Html Css Color HEX #AA09BC Dark Violet

📋 copy color: '#AA09BC'

red 170 ◦ green 9 ◦ blue 188

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

Shades of Dark Violet #AA09BC

Tints of Dark Violet #AA09BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 46.32%
G = 2.45%
B = 51.23%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA09BC (or 0xAA09BC) is known color: Dark Violet. HEX triplet: AA, 09 and BC. RGB value is (170,9,188). Sum of RGB (Red+Green+Blue) = 170+9+188=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA09BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09BC is #55F643. Grayscale: #4C4C4C. Windows color (decimal): -5633604 or 12323242. OLE color: 12323242.

HSL color Cylindrical-coordinate representation of color #AA09BC: hue angle of 293.97º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA09BC is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 9 188 -
CMYK 0.10 0.95 0 0.26
HSL 293.97º 0.91% 0.39% -
HSV(B) 293.97º 0.95% 0.74% -
XYZ 25.75 12.37 48.61 -
YUV 77.55 190.34 193.95 -
System Red Green Blue C M Y K H S L
Decimal 170 9 188 0.10 0.95 0 0.26 293.97 0.91 0.39
Hex AA 9 BC A 5F 0 1A 126 5B 27
Octal 252 11 274 12 137 0 32 446 133 47
Binary 10101010 1001 10111100 1010 1011111 0 11010 100100110 1011011 100111

Color Harmonies of #AA09BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09BC

Black with #AA09BC

Text Example


Text Example

White with #AA09BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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