Html Css Color HEX #AA0CD4 Dark Violet

📋 copy color: '#AA0CD4'

red 170 ◦ green 12 ◦ blue 212

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

Shades of Dark Violet #AA0CD4

Tints of Dark Violet #AA0CD4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.05%

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

R = 43.15%
G = 3.05%
B = 53.81%

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

#AA0CD4 (or 0xAA0CD4) is known color: Dark Violet. HEX triplet: AA, 0C and D4. RGB value is (170,12,212). Sum of RGB (Red+Green+Blue) = 170+12+212=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 212 (83.20% from 255 or 53.81% from 394); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA0CD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CD4 is #55F32B. Grayscale: #515151. Windows color (decimal): -5632812 or 13896874. OLE color: 13896874.

HSL color Cylindrical-coordinate representation of color #AA0CD4: hue angle of 287.4º degrees, saturation: 0.89, 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 #AA0CD4 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 12 212 -
CMYK 0.20 0.94 0 0.17
HSL 287.4º 0.89% 0.44% -
HSV(B) 287.4º 0.94% 0.83% -
XYZ 28.59 13.56 63.4 -
YUV 82.04 201.35 190.74 -
System Red Green Blue C M Y K H S L
Decimal 170 12 212 0.20 0.94 0 0.17 287.4 0.89 0.44
Hex AA C D4 14 5E 0 11 11F 59 2C
Octal 252 14 324 24 136 0 21 437 131 54
Binary 10101010 1100 11010100 10100 1011110 0 10001 100011111 1011001 101100

Color Harmonies of #AA0CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0CD4

Black with #AA0CD4

Text Example


Text Example

White with #AA0CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0CD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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