Html Css Color HEX #AA10CE Dark Violet

📋 copy color: '#AA10CE'

red 170 ◦ green 16 ◦ blue 206

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

Shades of Dark Violet #AA10CE

Tints of Dark Violet #AA10CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.08%

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

R = 43.37%
G = 4.08%
B = 52.55%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA10CE (or 0xAA10CE) is known color: Dark Violet. HEX triplet: AA, 10 and CE. RGB value is (170,16,206). Sum of RGB (Red+Green+Blue) = 170+16+206=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA10CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10CE is #55EF31. Grayscale: #535353. Windows color (decimal): -5631794 or 13504682. OLE color: 13504682.

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

Color convert

RGB 170 16 206 -
CMYK 0.17 0.92 0 0.19
HSL 288.63º 0.86% 0.44% -
HSV(B) 288.63º 0.92% 0.81% -
XYZ 27.9 13.37 59.5 -
YUV 83.71 197.02 189.55 -
System Red Green Blue C M Y K H S L
Decimal 170 16 206 0.17 0.92 0 0.19 288.63 0.86 0.44
Hex AA 10 CE 11 5C 0 13 121 56 2C
Octal 252 20 316 21 134 0 23 441 126 54
Binary 10101010 10000 11001110 10001 1011100 0 10011 100100001 1010110 101100

Color Harmonies of #AA10CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10CE

Black with #AA10CE

Text Example


Text Example

White with #AA10CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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