Html Css Color HEX #AA0DCD Dark Violet

📋 copy color: '#AA0DCD'

red 170 ◦ green 13 ◦ blue 205

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

Shades of Dark Violet #AA0DCD

Tints of Dark Violet #AA0DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.84%

R = 43.81%
G = 3.35%
B = 52.84%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA0DCD (or 0xAA0DCD) is known color: Dark Violet. HEX triplet: AA, 0D and CD. RGB value is (170,13,205). Sum of RGB (Red+Green+Blue) = 170+13+205=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA0DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DCD is #55F232. Grayscale: #515151. Windows color (decimal): -5632563 or 13438378. OLE color: 13438378.

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

Color convert

RGB 170 13 205 -
CMYK 0.17 0.94 0 0.20
HSL 289.06º 0.88% 0.43% -
HSV(B) 289.06º 0.94% 0.8% -
XYZ 27.74 13.24 58.85 -
YUV 81.83 197.51 190.89 -
System Red Green Blue C M Y K H S L
Decimal 170 13 205 0.17 0.94 0 0.20 289.06 0.88 0.43
Hex AA D CD 11 5E 0 14 121 58 2B
Octal 252 15 315 21 136 0 24 441 130 53
Binary 10101010 1101 11001101 10001 1011110 0 10100 100100001 1011000 101011

Color Harmonies of #AA0DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DCD

Black with #AA0DCD

Text Example


Text Example

White with #AA0DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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