Html Css Color HEX #AA16CE Dark Violet

📋 copy color: '#AA16CE'

red 170 ◦ green 22 ◦ blue 206

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

Shades of Dark Violet #AA16CE

Tints of Dark Violet #AA16CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 42.71%
G = 5.53%
B = 51.76%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA16CE (or 0xAA16CE) is known color: Dark Violet. HEX triplet: AA, 16 and CE. RGB value is (170,22,206). Sum of RGB (Red+Green+Blue) = 170+22+206=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA16CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16CE is #55E931. Grayscale: #565656. Windows color (decimal): -5630258 or 13506218. OLE color: 13506218.

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

Color convert

RGB 170 22 206 -
CMYK 0.17 0.89 0 0.19
HSL 288.26º 0.81% 0.45% -
HSV(B) 288.26º 0.89% 0.81% -
XYZ 28.01 13.58 59.54 -
YUV 87.23 195.03 187.04 -
System Red Green Blue C M Y K H S L
Decimal 170 22 206 0.17 0.89 0 0.19 288.26 0.81 0.45
Hex AA 16 CE 11 59 0 13 120 51 2D
Octal 252 26 316 21 131 0 23 440 121 55
Binary 10101010 10110 11001110 10001 1011001 0 10011 100100000 1010001 101101

Color Harmonies of #AA16CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16CE

Black with #AA16CE

Text Example


Text Example

White with #AA16CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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