Html Css Color HEX #AA72A8 Violet Blue

📋 copy color: '#AA72A8'

red 170 ◦ green 114 ◦ blue 168

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

Shades of Violet Blue #AA72A8

Tints of Violet Blue #AA72A8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.22%

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

R = 37.61%
G = 25.22%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA72A8 (or 0xAA72A8) is known color: Violet Blue. HEX triplet: AA, 72 and A8. RGB value is (170,114,168). Sum of RGB (Red+Green+Blue) = 170+114+168=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA72A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA72A8 is #558D57. Grayscale: #888888. Windows color (decimal): -5606744 or 11039402. OLE color: 11039402.

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

Color convert

RGB 170 114 168 -
CMYK 0 0.33 0.01 0.33
HSL 302.14º 0.25% 0.56% -
HSV(B) 302.14º 0.33% 0.67% -
XYZ 29.66 23.41 40 -
YUV 136.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 170 114 168 0 0.33 0.01 0.33 302.14 0.25 0.56
Hex AA 72 A8 0 21 1 21 12E 19 38
Octal 252 162 250 0 41 1 41 456 31 70
Binary 10101010 1110010 10101000 0 100001 1 100001 100101110 11001 111000

Color Harmonies of #AA72A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA72A8

Black with #AA72A8

Text Example


Text Example

White with #AA72A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA72A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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