Html Css Color HEX #AA0DD4 Dark Violet

📋 copy color: '#AA0DD4'

red 170 ◦ green 13 ◦ blue 212

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

Shades of Dark Violet #AA0DD4

Tints of Dark Violet #AA0DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 53.67%

R = 43.04%
G = 3.29%
B = 53.67%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AA0DD4 (or 0xAA0DD4) is known color: Dark Violet. HEX triplet: AA, 0D and D4. RGB value is (170,13,212). Sum of RGB (Red+Green+Blue) = 170+13+212=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 212 (83.20% from 255 or 53.67% from 395); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA0DD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DD4 is #55F22B. Grayscale: #515151. Windows color (decimal): -5632556 or 13897130. OLE color: 13897130.

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

Color convert

RGB 170 13 212 -
CMYK 0.20 0.94 0 0.17
HSL 287.34º 0.88% 0.44% -
HSV(B) 287.34º 0.94% 0.83% -
XYZ 28.61 13.59 63.4 -
YUV 82.63 201.01 190.32 -
System Red Green Blue C M Y K H S L
Decimal 170 13 212 0.20 0.94 0 0.17 287.34 0.88 0.44
Hex AA D D4 14 5E 0 11 11F 58 2C
Octal 252 15 324 24 136 0 21 437 130 54
Binary 10101010 1101 11010100 10100 1011110 0 10001 100011111 1011000 101100

Color Harmonies of #AA0DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DD4

Black with #AA0DD4

Text Example


Text Example

White with #AA0DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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