Html Css Color HEX #AA09BE Dark Violet

📋 copy color: '#AA09BE'

red 170 ◦ green 9 ◦ blue 190

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

Shades of Dark Violet #AA09BE

Tints of Dark Violet #AA09BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 46.07%
G = 2.44%
B = 51.49%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA09BE (or 0xAA09BE) is known color: Dark Violet. HEX triplet: AA, 09 and BE. RGB value is (170,9,190). Sum of RGB (Red+Green+Blue) = 170+9+190=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA09BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09BE is #55F641. Grayscale: #4D4D4D. Windows color (decimal): -5633602 or 12454314. OLE color: 12454314.

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

Color convert

RGB 170 9 190 -
CMYK 0.11 0.95 0 0.25
HSL 293.37º 0.91% 0.39% -
HSV(B) 293.37º 0.95% 0.75% -
XYZ 25.97 12.46 49.75 -
YUV 77.77 191.34 193.78 -
System Red Green Blue C M Y K H S L
Decimal 170 9 190 0.11 0.95 0 0.25 293.37 0.91 0.39
Hex AA 9 BE B 5F 0 19 125 5B 27
Octal 252 11 276 13 137 0 31 445 133 47
Binary 10101010 1001 10111110 1011 1011111 0 11001 100100101 1011011 100111

Color Harmonies of #AA09BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09BE

Black with #AA09BE

Text Example


Text Example

White with #AA09BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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