Html Css Color HEX #AA72A9 Violet Blue

📋 copy color: '#AA72A9'

red 170 ◦ green 114 ◦ blue 169

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

Shades of Violet Blue #AA72A9

Tints of Violet Blue #AA72A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.31%

R = 37.53%
G = 25.17%
B = 37.31%

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

#AA72A9 (or 0xAA72A9) is known color: Violet Blue. HEX triplet: AA, 72 and A9. RGB value is (170,114,169). Sum of RGB (Red+Green+Blue) = 170+114+169=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA72A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA72A9 is #558D56. Grayscale: #888888. Windows color (decimal): -5606743 or 11104938. OLE color: 11104938.

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

Color convert

RGB 170 114 169 -
CMYK 0 0.33 0.01 0.33
HSL 301.07º 0.25% 0.56% -
HSV(B) 301.07º 0.33% 0.67% -
XYZ 29.76 23.45 40.49 -
YUV 137.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 170 114 169 0 0.33 0.01 0.33 301.07 0.25 0.56
Hex AA 72 A9 0 21 1 21 12D 19 38
Octal 252 162 251 0 41 1 41 455 31 70
Binary 10101010 1110010 10101001 0 100001 1 100001 100101101 11001 111000

Color Harmonies of #AA72A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA72A9

Black with #AA72A9

Text Example


Text Example

White with #AA72A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA72A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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