Html Css Color HEX #AA15DC Dark Violet

📋 copy color: '#AA15DC'

red 170 ◦ green 21 ◦ blue 220

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

Shades of Dark Violet #AA15DC

Tints of Dark Violet #AA15DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 41.36%
G = 5.11%
B = 53.53%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA15DC (or 0xAA15DC) is known color: Dark Violet. HEX triplet: AA, 15 and DC. RGB value is (170,21,220). Sum of RGB (Red+Green+Blue) = 170+21+220=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA15DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15DC is #55EA23. Grayscale: #575757. Windows color (decimal): -5630500 or 14423466. OLE color: 14423466.

HSL color Cylindrical-coordinate representation of color #AA15DC: hue angle of 284.92º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA15DC is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 21 220 -
CMYK 0.23 0.90 0 0.14
HSL 284.92º 0.83% 0.47% -
HSV(B) 284.92º 0.9% 0.86% -
XYZ 29.76 14.25 68.89 -
YUV 88.24 202.36 186.32 -
System Red Green Blue C M Y K H S L
Decimal 170 21 220 0.23 0.90 0 0.14 284.92 0.83 0.47
Hex AA 15 DC 17 5A 0 E 11D 53 2F
Octal 252 25 334 27 132 0 16 435 123 57
Binary 10101010 10101 11011100 10111 1011010 0 1110 100011101 1010011 101111

Color Harmonies of #AA15DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA15DC

Black with #AA15DC

Text Example


Text Example

White with #AA15DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA15DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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