Html Css Color HEX #AA76AA Violet Blue

📋 copy color: '#AA76AA'

red 170 ◦ green 118 ◦ blue 170

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

Shades of Violet Blue #AA76AA

Tints of Violet Blue #AA76AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.76%

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

R = 37.12%
G = 25.76%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA76AA (or 0xAA76AA) is known color: Violet Blue. HEX triplet: AA, 76 and AA. RGB value is (170,118,170). Sum of RGB (Red+Green+Blue) = 170+118+170=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA76AA is #558955. Grayscale: #8B8B8B. Windows color (decimal): -5605718 or 11171498. OLE color: 11171498.

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

Color convert

RGB 170 118 170 -
CMYK 0 0.31 0 0.33
HSL 300º 0.23% 0.56% -
HSV(B) 300º 0.31% 0.67% -
XYZ 30.31 24.41 41.14 -
YUV 139.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 170 118 170 0 0.31 0 0.33 300 0.23 0.56
Hex AA 76 AA 0 1F 0 21 12C 17 38
Octal 252 166 252 0 37 0 41 454 27 70
Binary 10101010 1110110 10101010 0 11111 0 100001 100101100 10111 111000

Color Harmonies of #AA76AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76AA

Black with #AA76AA

Text Example


Text Example

White with #AA76AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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