Html Css Color HEX #AA599D Violet Blue

📋 copy color: '#AA599D'

red 170 ◦ green 89 ◦ blue 157

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

Shades of Violet Blue #AA599D

Tints of Violet Blue #AA599D

RGB

 RED value IS 170 (66.8% from 255) = 40.87%

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

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 40.87%
G = 21.39%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA599D (or 0xAA599D) is known color: Violet Blue. HEX triplet: AA, 59 and 9D. RGB value is (170,89,157). Sum of RGB (Red+Green+Blue) = 170+89+157=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA599D is #55A662. Grayscale: #787878. Windows color (decimal): -5613155 or 10312106. OLE color: 10312106.

HSL color Cylindrical-coordinate representation of color #AA599D: hue angle of 309.63º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA599D is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 89 157 -
CMYK 0 0.48 0.08 0.33
HSL 309.63º 0.32% 0.51% -
HSV(B) 309.63º 0.48% 0.67% -
XYZ 26.24 18.13 34.01 -
YUV 120.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 170 89 157 0 0.48 0.08 0.33 309.63 0.32 0.51
Hex AA 59 9D 0 30 8 21 136 20 33
Octal 252 131 235 0 60 10 41 466 40 63
Binary 10101010 1011001 10011101 0 110000 1000 100001 100110110 100000 110011

Color Harmonies of #AA599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA599D

Black with #AA599D

Text Example


Text Example

White with #AA599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA599D; }

 p { color: rgb(170,89,157); }

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

background-color css

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

 a { background-color: rgb(170,89,157); }

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

border-color css

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

 span { border-color: rgb(170,89,157); }

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