Html Css Color HEX #AA76A8 Violet Blue

📋 copy color: '#AA76A8'

red 170 ◦ green 118 ◦ blue 168

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

Shades of Violet Blue #AA76A8

Tints of Violet Blue #AA76A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.84%

R = 37.28%
G = 25.88%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA76A8 (or 0xAA76A8) is known color: Violet Blue. HEX triplet: AA, 76 and A8. RGB value is (170,118,168). Sum of RGB (Red+Green+Blue) = 170+118+168=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA76A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA76A8 is #558957. Grayscale: #8B8B8B. Windows color (decimal): -5605720 or 11040426. OLE color: 11040426.

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

Color convert

RGB 170 118 168 -
CMYK 0 0.31 0.01 0.33
HSL 302.31º 0.23% 0.56% -
HSV(B) 302.31º 0.31% 0.67% -
XYZ 30.12 24.33 40.15 -
YUV 139.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 170 118 168 0 0.31 0.01 0.33 302.31 0.23 0.56
Hex AA 76 A8 0 1F 1 21 12E 17 38
Octal 252 166 250 0 37 1 41 456 27 70
Binary 10101010 1110110 10101000 0 11111 1 100001 100101110 10111 111000

Color Harmonies of #AA76A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76A8

Black with #AA76A8

Text Example


Text Example

White with #AA76A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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