Html Css Color HEX #A55790 Violet Blue

📋 copy color: '#A55790'

red 165 ◦ green 87 ◦ blue 144

#A55790
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #A55790

Tints of Violet Blue #A55790

RGB

 RED value IS 165 (64.84% from 255) = 41.67%

 GREEN value IS 87 (34.38% from 255) = 21.97%

 BLUE value IS 144 (56.64% from 255) = 36.36%

R = 41.67%
G = 21.97%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A55790 (or 0xA55790) is known color: Violet Blue. HEX triplet: A5, 57 and 90. RGB value is (165,87,144). Sum of RGB (Red+Green+Blue) = 165+87+144=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A55790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55790 is #5AA86F. Grayscale: #747474. Windows color (decimal): -5941360 or 9459621. OLE color: 9459621.

HSL color Cylindrical-coordinate representation of color #A55790: hue angle of 316.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55790 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 87 144 -
CMYK 0 0.47 0.13 0.35
HSL 316.15º 0.31% 0.49% -
HSV(B) 316.15º 0.47% 0.65% -
XYZ 23.96 16.83 28.37 -
YUV 116.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 165 87 144 0 0.47 0.13 0.35 316.15 0.31 0.49
Hex A5 57 90 0 2F D 23 13C 1F 31
Octal 245 127 220 0 57 15 43 474 37 61
Binary 10100101 1010111 10010000 0 101111 1101 100011 100111100 11111 110001

Color Harmonies of #A55790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55790

Black with #A55790

Text Example


Text Example

White with #A55790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55790; }

 p { color: rgb(165,87,144); }

 H1.HeaderClassName
 {
   color: #A55790;
 }
 .AnyTagClassName
 {
   color: #A55790;
 }
</style>

background-color css

<style>
 a { background-color: #A55790; }

 a { background-color: rgb(165,87,144); }

 div.DivClassName
 {
   background-color: #A55790;
 }
 .BgClassName
 {
   background-color: #A55790;
 }
</style>

border-color css

<style>
 span { border-color: #A55790; }

 span { border-color: rgb(165,87,144); }

 td.TdClassName
 {
   border-color: #A55790;
 }
 .TagClassName
 {
   border-color: #A55790;
 }
</style>