Html Css Color HEX #AA14DD Dark Violet

📋 copy color: '#AA14DD'

red 170 ◦ green 20 ◦ blue 221

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

Shades of Dark Violet #AA14DD

Tints of Dark Violet #AA14DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.77%

R = 41.36%
G = 4.87%
B = 53.77%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA14DD (or 0xAA14DD) is known color: Dark Violet. HEX triplet: AA, 14 and DD. RGB value is (170,20,221). Sum of RGB (Red+Green+Blue) = 170+20+221=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA14DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14DD is #55EB22. Grayscale: #575757. Windows color (decimal): -5630755 or 14488746. OLE color: 14488746.

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

Color convert

RGB 170 20 221 -
CMYK 0.23 0.91 0 0.13
HSL 284.78º 0.83% 0.47% -
HSV(B) 284.78º 0.91% 0.87% -
XYZ 29.88 14.27 69.59 -
YUV 87.76 203.2 186.66 -
System Red Green Blue C M Y K H S L
Decimal 170 20 221 0.23 0.91 0 0.13 284.78 0.83 0.47
Hex AA 14 DD 17 5B 0 D 11D 53 2F
Octal 252 24 335 27 133 0 15 435 123 57
Binary 10101010 10100 11011101 10111 1011011 0 1101 100011101 1010011 101111

Color Harmonies of #AA14DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA14DD

Black with #AA14DD

Text Example


Text Example

White with #AA14DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA14DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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