Html Css Color HEX #AA599B Violet Blue

📋 copy color: '#AA599B'

red 170 ◦ green 89 ◦ blue 155

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

Shades of Violet Blue #AA599B

Tints of Violet Blue #AA599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.44%

R = 41.06%
G = 21.5%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA599B (or 0xAA599B) is known color: Violet Blue. HEX triplet: AA, 59 and 9B. RGB value is (170,89,155). Sum of RGB (Red+Green+Blue) = 170+89+155=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA599B is #55A664. Grayscale: #787878. Windows color (decimal): -5613157 or 10181034. OLE color: 10181034.

HSL color Cylindrical-coordinate representation of color #AA599B: hue angle of 311.11º 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 #AA599B is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 89 155 -
CMYK 0 0.48 0.09 0.33
HSL 311.11º 0.32% 0.51% -
HSV(B) 311.11º 0.48% 0.67% -
XYZ 26.07 18.06 33.12 -
YUV 120.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 170 89 155 0 0.48 0.09 0.33 311.11 0.32 0.51
Hex AA 59 9B 0 30 9 21 137 20 33
Octal 252 131 233 0 60 11 41 467 40 63
Binary 10101010 1011001 10011011 0 110000 1001 100001 100110111 100000 110011

Color Harmonies of #AA599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA599B

Black with #AA599B

Text Example


Text Example

White with #AA599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA599B; }

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

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

background-color css

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

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

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

border-color css

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

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

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