Html Css Color HEX #AA0DCE Dark Violet

📋 copy color: '#AA0DCE'

red 170 ◦ green 13 ◦ blue 206

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

Shades of Dark Violet #AA0DCE

Tints of Dark Violet #AA0DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 43.7%
G = 3.34%
B = 52.96%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA0DCE (or 0xAA0DCE) is known color: Dark Violet. HEX triplet: AA, 0D and CE. RGB value is (170,13,206). Sum of RGB (Red+Green+Blue) = 170+13+206=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA0DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DCE is #55F231. Grayscale: #515151. Windows color (decimal): -5632562 or 13503914. OLE color: 13503914.

HSL color Cylindrical-coordinate representation of color #AA0DCE: hue angle of 288.81º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0DCE is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 13 206 -
CMYK 0.17 0.94 0 0.19
HSL 288.81º 0.88% 0.43% -
HSV(B) 288.81º 0.94% 0.81% -
XYZ 27.86 13.29 59.49 -
YUV 81.95 198.01 190.81 -
System Red Green Blue C M Y K H S L
Decimal 170 13 206 0.17 0.94 0 0.19 288.81 0.88 0.43
Hex AA D CE 11 5E 0 13 121 58 2B
Octal 252 15 316 21 136 0 23 441 130 53
Binary 10101010 1101 11001110 10001 1011110 0 10011 100100001 1011000 101011

Color Harmonies of #AA0DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DCE

Black with #AA0DCE

Text Example


Text Example

White with #AA0DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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