Html Css Color HEX #AA15DD Dark Violet

📋 copy color: '#AA15DD'

red 170 ◦ green 21 ◦ blue 221

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

Shades of Dark Violet #AA15DD

Tints of Dark Violet #AA15DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 41.26%
G = 5.1%
B = 53.64%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA15DD (or 0xAA15DD) is known color: Dark Violet. HEX triplet: AA, 15 and DD. RGB value is (170,21,221). Sum of RGB (Red+Green+Blue) = 170+21+221=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA15DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15DD is #55EA22. Grayscale: #575757. Windows color (decimal): -5630499 or 14489002. OLE color: 14489002.

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

Color convert

RGB 170 21 221 -
CMYK 0.23 0.90 0 0.13
HSL 284.7º 0.83% 0.47% -
HSV(B) 284.7º 0.9% 0.87% -
XYZ 29.9 14.3 69.59 -
YUV 88.35 202.86 186.24 -
System Red Green Blue C M Y K H S L
Decimal 170 21 221 0.23 0.90 0 0.13 284.7 0.83 0.47
Hex AA 15 DD 17 5A 0 D 11D 53 2F
Octal 252 25 335 27 132 0 15 435 123 57
Binary 10101010 10101 11011101 10111 1011010 0 1101 100011101 1010011 101111

Color Harmonies of #AA15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA15DD

Black with #AA15DD

Text Example


Text Example

White with #AA15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA15DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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