Html Css Color HEX #AA16CC Dark Violet

📋 copy color: '#AA16CC'

red 170 ◦ green 22 ◦ blue 204

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

Shades of Dark Violet #AA16CC

Tints of Dark Violet #AA16CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 42.93%
G = 5.56%
B = 51.52%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA16CC (or 0xAA16CC) is known color: Dark Violet. HEX triplet: AA, 16 and CC. RGB value is (170,22,204). Sum of RGB (Red+Green+Blue) = 170+22+204=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA16CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16CC is #55E933. Grayscale: #565656. Windows color (decimal): -5630260 or 13375146. OLE color: 13375146.

HSL color Cylindrical-coordinate representation of color #AA16CC: hue angle of 288.79º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA16CC is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 22 204 -
CMYK 0.17 0.89 0 0.2
HSL 288.79º 0.81% 0.44% -
HSV(B) 288.79º 0.89% 0.8% -
XYZ 27.76 13.48 58.27 -
YUV 87 194.03 187.2 -
System Red Green Blue C M Y K H S L
Decimal 170 22 204 0.17 0.89 0 0.2 288.79 0.81 0.44
Hex AA 16 CC 11 59 0 14 121 51 2C
Octal 252 26 314 21 131 0 24 441 121 54
Binary 10101010 10110 11001100 10001 1011001 0 10100 100100001 1010001 101100

Color Harmonies of #AA16CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16CC

Black with #AA16CC

Text Example


Text Example

White with #AA16CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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