Html Css Color HEX #AA17CE Dark Violet

📋 copy color: '#AA17CE'

red 170 ◦ green 23 ◦ blue 206

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

Shades of Dark Violet #AA17CE

Tints of Dark Violet #AA17CE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.76%

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

R = 42.61%
G = 5.76%
B = 51.63%

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

#AA17CE (or 0xAA17CE) is known color: Dark Violet. HEX triplet: AA, 17 and CE. RGB value is (170,23,206). Sum of RGB (Red+Green+Blue) = 170+23+206=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA17CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17CE is #55E831. Grayscale: #575757. Windows color (decimal): -5630002 or 13506474. OLE color: 13506474.

HSL color Cylindrical-coordinate representation of color #AA17CE: hue angle of 288.2º degrees, saturation: 0.8, 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 #AA17CE is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 23 206 -
CMYK 0.17 0.89 0 0.19
HSL 288.2º 0.8% 0.45% -
HSV(B) 288.2º 0.89% 0.81% -
XYZ 28.02 13.62 59.54 -
YUV 87.82 194.7 186.62 -
System Red Green Blue C M Y K H S L
Decimal 170 23 206 0.17 0.89 0 0.19 288.2 0.8 0.45
Hex AA 17 CE 11 59 0 13 120 50 2D
Octal 252 27 316 21 131 0 23 440 120 55
Binary 10101010 10111 11001110 10001 1011001 0 10011 100100000 1010000 101101

Color Harmonies of #AA17CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17CE

Black with #AA17CE

Text Example


Text Example

White with #AA17CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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