Html Css Color HEX #AA15CE Dark Violet

📋 copy color: '#AA15CE'

red 170 ◦ green 21 ◦ blue 206

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

Shades of Dark Violet #AA15CE

Tints of Dark Violet #AA15CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.29%

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

R = 42.82%
G = 5.29%
B = 51.89%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA15CE (or 0xAA15CE) is known color: Dark Violet. HEX triplet: AA, 15 and CE. RGB value is (170,21,206). Sum of RGB (Red+Green+Blue) = 170+21+206=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA15CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15CE is #55EA31. Grayscale: #565656. Windows color (decimal): -5630514 or 13505962. OLE color: 13505962.

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

Color convert

RGB 170 21 206 -
CMYK 0.17 0.90 0 0.19
HSL 288.32º 0.81% 0.45% -
HSV(B) 288.32º 0.9% 0.81% -
XYZ 27.99 13.54 59.53 -
YUV 86.64 195.36 187.46 -
System Red Green Blue C M Y K H S L
Decimal 170 21 206 0.17 0.90 0 0.19 288.32 0.81 0.45
Hex AA 15 CE 11 5A 0 13 120 51 2D
Octal 252 25 316 21 132 0 23 440 121 55
Binary 10101010 10101 11001110 10001 1011010 0 10011 100100000 1010001 101101

Color Harmonies of #AA15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA15CE

Black with #AA15CE

Text Example


Text Example

White with #AA15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA15CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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