Html Css Color HEX #AA0DBB Dark Violet

📋 copy color: '#AA0DBB'

red 170 ◦ green 13 ◦ blue 187

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

Shades of Dark Violet #AA0DBB

Tints of Dark Violet #AA0DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.51%

 BLUE value IS 187 (73.44% from 255) = 50.54%

R = 45.95%
G = 3.51%
B = 50.54%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA0DBB (or 0xAA0DBB) is known color: Dark Violet. HEX triplet: AA, 0D and BB. RGB value is (170,13,187). Sum of RGB (Red+Green+Blue) = 170+13+187=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA0DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DBB is #55F244. Grayscale: #4F4F4F. Windows color (decimal): -5632581 or 12258730. OLE color: 12258730.

HSL color Cylindrical-coordinate representation of color #AA0DBB: hue angle of 294.14º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0DBB is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 13 187 -
CMYK 0.09 0.93 0 0.27
HSL 294.14º 0.87% 0.39% -
HSV(B) 294.14º 0.93% 0.73% -
XYZ 25.69 12.42 48.06 -
YUV 79.78 188.51 192.35 -
System Red Green Blue C M Y K H S L
Decimal 170 13 187 0.09 0.93 0 0.27 294.14 0.87 0.39
Hex AA D BB 9 5D 0 1B 126 57 27
Octal 252 15 273 11 135 0 33 446 127 47
Binary 10101010 1101 10111011 1001 1011101 0 11011 100100110 1010111 100111

Color Harmonies of #AA0DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DBB

Black with #AA0DBB

Text Example


Text Example

White with #AA0DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DBB; }

 p { color: rgb(170,13,187); }

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

background-color css

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

 a { background-color: rgb(170,13,187); }

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

border-color css

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

 span { border-color: rgb(170,13,187); }

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