Html Css Color HEX #AA77AA Violet Blue

📋 copy color: '#AA77AA'

red 170 ◦ green 119 ◦ blue 170

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

Shades of Violet Blue #AA77AA

Tints of Violet Blue #AA77AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.93%

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 37.04%
G = 25.93%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA77AA (or 0xAA77AA) is known color: Violet Blue. HEX triplet: AA, 77 and AA. RGB value is (170,119,170). Sum of RGB (Red+Green+Blue) = 170+119+170=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA77AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA77AA is #558855. Grayscale: #8B8B8B. Windows color (decimal): -5605462 or 11171754. OLE color: 11171754.

HSL color Cylindrical-coordinate representation of color #AA77AA: hue angle of 300º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA77AA is Cyan = 0, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 119 170 -
CMYK 0 0.3 0 0.33
HSL 300º 0.23% 0.57% -
HSV(B) 300º 0.3% 0.67% -
XYZ 30.43 24.64 41.18 -
YUV 140.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 170 119 170 0 0.3 0 0.33 300 0.23 0.57
Hex AA 77 AA 0 1E 0 21 12C 17 39
Octal 252 167 252 0 36 0 41 454 27 71
Binary 10101010 1110111 10101010 0 11110 0 100001 100101100 10111 111001

Color Harmonies of #AA77AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA77AA

Black with #AA77AA

Text Example


Text Example

White with #AA77AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA77AA; }

 p { color: rgb(170,119,170); }

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

background-color css

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

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

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

border-color css

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

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

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