Html Css Color HEX #AA14DC Dark Violet

📋 copy color: '#AA14DC'

red 170 ◦ green 20 ◦ blue 220

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

Shades of Dark Violet #AA14DC

Tints of Dark Violet #AA14DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.88%

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 41.46%
G = 4.88%
B = 53.66%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA14DC (or 0xAA14DC) is known color: Dark Violet. HEX triplet: AA, 14 and DC. RGB value is (170,20,220). Sum of RGB (Red+Green+Blue) = 170+20+220=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA14DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14DC is #55EB23. Grayscale: #575757. Windows color (decimal): -5630756 or 14423210. OLE color: 14423210.

HSL color Cylindrical-coordinate representation of color #AA14DC: hue angle of 285º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA14DC is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 20 220 -
CMYK 0.23 0.91 0 0.14
HSL 285º 0.83% 0.47% -
HSV(B) 285º 0.91% 0.86% -
XYZ 29.75 14.21 68.89 -
YUV 87.65 202.7 186.74 -
System Red Green Blue C M Y K H S L
Decimal 170 20 220 0.23 0.91 0 0.14 285 0.83 0.47
Hex AA 14 DC 17 5B 0 E 11D 53 2F
Octal 252 24 334 27 133 0 16 435 123 57
Binary 10101010 10100 11011100 10111 1011011 0 1110 100011101 1010011 101111

Color Harmonies of #AA14DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA14DC

Black with #AA14DC

Text Example


Text Example

White with #AA14DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA14DC; }

 p { color: rgb(170,20,220); }

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

background-color css

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

 a { background-color: rgb(170,20,220); }

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

border-color css

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

 span { border-color: rgb(170,20,220); }

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