Html Css Color HEX #AA14D1 Dark Violet

📋 copy color: '#AA14D1'

red 170 ◦ green 20 ◦ blue 209

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

Shades of Dark Violet #AA14D1

Tints of Dark Violet #AA14D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.38%

R = 42.61%
G = 5.01%
B = 52.38%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA14D1 (or 0xAA14D1) is known color: Dark Violet. HEX triplet: AA, 14 and D1. RGB value is (170,20,209). Sum of RGB (Red+Green+Blue) = 170+20+209=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA14D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14D1 is #55EB2E. Grayscale: #555555. Windows color (decimal): -5630767 or 13702314. OLE color: 13702314.

HSL color Cylindrical-coordinate representation of color #AA14D1: hue angle of 287.62º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA14D1 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 20 209 -
CMYK 0.19 0.90 0 0.18
HSL 287.62º 0.83% 0.45% -
HSV(B) 287.62º 0.9% 0.82% -
XYZ 28.34 13.65 61.46 -
YUV 86.4 197.2 187.63 -
System Red Green Blue C M Y K H S L
Decimal 170 20 209 0.19 0.90 0 0.18 287.62 0.83 0.45
Hex AA 14 D1 13 5A 0 12 120 53 2D
Octal 252 24 321 23 132 0 22 440 123 55
Binary 10101010 10100 11010001 10011 1011010 0 10010 100100000 1010011 101101

Color Harmonies of #AA14D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA14D1

Black with #AA14D1

Text Example


Text Example

White with #AA14D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA14D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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