Html Css Color HEX #A55999 Violet Blue

📋 copy color: '#A55999'

red 165 ◦ green 89 ◦ blue 153

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

Shades of Violet Blue #A55999

Tints of Violet Blue #A55999

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.87%

 BLUE value IS 153 (60.16% from 255) = 37.59%

R = 40.54%
G = 21.87%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A55999 (or 0xA55999) is known color: Violet Blue. HEX triplet: A5, 59 and 99. RGB value is (165,89,153). Sum of RGB (Red+Green+Blue) = 165+89+153=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A55999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55999 is #5AA666. Grayscale: #767676. Windows color (decimal): -5940839 or 10049957. OLE color: 10049957.

HSL color Cylindrical-coordinate representation of color #A55999: hue angle of 309.47º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55999 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 89 153 -
CMYK 0 0.46 0.07 0.35
HSL 309.47º 0.3% 0.5% -
HSV(B) 309.47º 0.46% 0.65% -
XYZ 24.84 17.44 32.19 -
YUV 119.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 165 89 153 0 0.46 0.07 0.35 309.47 0.3 0.5
Hex A5 59 99 0 2E 7 23 135 1E 32
Octal 245 131 231 0 56 7 43 465 36 62
Binary 10100101 1011001 10011001 0 101110 111 100011 100110101 11110 110010

Color Harmonies of #A55999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55999

Black with #A55999

Text Example


Text Example

White with #A55999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55999; }

 p { color: rgb(165,89,153); }

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

background-color css

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

 a { background-color: rgb(165,89,153); }

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

border-color css

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

 span { border-color: rgb(165,89,153); }

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