Html Css Color HEX #AA16D1 Dark Violet

📋 copy color: '#AA16D1'

red 170 ◦ green 22 ◦ blue 209

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

Shades of Dark Violet #AA16D1

Tints of Dark Violet #AA16D1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.49%

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

R = 42.39%
G = 5.49%
B = 52.12%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA16D1 (or 0xAA16D1) is known color: Dark Violet. HEX triplet: AA, 16 and D1. RGB value is (170,22,209). Sum of RGB (Red+Green+Blue) = 170+22+209=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA16D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16D1 is #55E92E. Grayscale: #565656. Windows color (decimal): -5630255 or 13702826. OLE color: 13702826.

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

Color convert

RGB 170 22 209 -
CMYK 0.19 0.89 0 0.18
HSL 287.49º 0.81% 0.45% -
HSV(B) 287.49º 0.89% 0.82% -
XYZ 28.37 13.72 61.48 -
YUV 87.57 196.53 186.79 -
System Red Green Blue C M Y K H S L
Decimal 170 22 209 0.19 0.89 0 0.18 287.49 0.81 0.45
Hex AA 16 D1 13 59 0 12 11F 51 2D
Octal 252 26 321 23 131 0 22 437 121 55
Binary 10101010 10110 11010001 10011 1011001 0 10010 100011111 1010001 101101

Color Harmonies of #AA16D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16D1

Black with #AA16D1

Text Example


Text Example

White with #AA16D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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