Html Css Color HEX #AA09B8 Dark Violet

📋 copy color: '#AA09B8'

red 170 ◦ green 9 ◦ blue 184

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

Shades of Dark Violet #AA09B8

Tints of Dark Violet #AA09B8

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.48%

 BLUE value IS 184 (72.27% from 255) = 50.69%

R = 46.83%
G = 2.48%
B = 50.69%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA09B8 (or 0xAA09B8) is known color: Dark Violet. HEX triplet: AA, 09 and B8. RGB value is (170,9,184). Sum of RGB (Red+Green+Blue) = 170+9+184=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA09B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09B8 is #55F647. Grayscale: #4C4C4C. Windows color (decimal): -5633608 or 12061098. OLE color: 12061098.

HSL color Cylindrical-coordinate representation of color #AA09B8: hue angle of 295.2º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA09B8 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 9 184 -
CMYK 0.08 0.95 0 0.28
HSL 295.2º 0.91% 0.38% -
HSV(B) 295.2º 0.95% 0.72% -
XYZ 25.33 12.2 46.37 -
YUV 77.09 188.34 194.27 -
System Red Green Blue C M Y K H S L
Decimal 170 9 184 0.08 0.95 0 0.28 295.2 0.91 0.38
Hex AA 9 B8 8 5F 0 1C 127 5B 26
Octal 252 11 270 10 137 0 34 447 133 46
Binary 10101010 1001 10111000 1000 1011111 0 11100 100100111 1011011 100110

Color Harmonies of #AA09B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09B8

Black with #AA09B8

Text Example


Text Example

White with #AA09B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09B8; }

 p { color: rgb(170,9,184); }

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

background-color css

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

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

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

border-color css

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

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

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