Html Css Color HEX #AA0DBA Dark Violet

📋 copy color: '#AA0DBA'

red 170 ◦ green 13 ◦ blue 186

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

Shades of Dark Violet #AA0DBA

Tints of Dark Violet #AA0DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 46.07%
G = 3.52%
B = 50.41%

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

#AA0DBA (or 0xAA0DBA) is known color: Dark Violet. HEX triplet: AA, 0D and BA. RGB value is (170,13,186). Sum of RGB (Red+Green+Blue) = 170+13+186=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA0DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DBA is #55F245. Grayscale: #4F4F4F. Windows color (decimal): -5632582 or 12193194. OLE color: 12193194.

HSL color Cylindrical-coordinate representation of color #AA0DBA: hue angle of 294.45º 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 #AA0DBA is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 13 186 -
CMYK 0.09 0.93 0 0.27
HSL 294.45º 0.87% 0.39% -
HSV(B) 294.45º 0.93% 0.73% -
XYZ 25.58 12.38 47.5 -
YUV 79.67 188.01 192.43 -
System Red Green Blue C M Y K H S L
Decimal 170 13 186 0.09 0.93 0 0.27 294.45 0.87 0.39
Hex AA D BA 9 5D 0 1B 126 57 27
Octal 252 15 272 11 135 0 33 446 127 47
Binary 10101010 1101 10111010 1001 1011101 0 11011 100100110 1010111 100111

Color Harmonies of #AA0DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DBA

Black with #AA0DBA

Text Example


Text Example

White with #AA0DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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