Html Css Color HEX #AA15D1 Dark Violet

📋 copy color: '#AA15D1'

red 170 ◦ green 21 ◦ blue 209

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

Shades of Dark Violet #AA15D1

Tints of Dark Violet #AA15D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.25%

R = 42.5%
G = 5.25%
B = 52.25%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA15D1 (or 0xAA15D1) is known color: Dark Violet. HEX triplet: AA, 15 and D1. RGB value is (170,21,209). Sum of RGB (Red+Green+Blue) = 170+21+209=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA15D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15D1 is #55EA2E. Grayscale: #565656. Windows color (decimal): -5630511 or 13702570. OLE color: 13702570.

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

Color convert

RGB 170 21 209 -
CMYK 0.19 0.90 0 0.18
HSL 287.55º 0.82% 0.45% -
HSV(B) 287.55º 0.9% 0.82% -
XYZ 28.35 13.69 61.47 -
YUV 86.98 196.86 187.21 -
System Red Green Blue C M Y K H S L
Decimal 170 21 209 0.19 0.90 0 0.18 287.55 0.82 0.45
Hex AA 15 D1 13 5A 0 12 120 52 2D
Octal 252 25 321 23 132 0 22 440 122 55
Binary 10101010 10101 11010001 10011 1011010 0 10010 100100000 1010010 101101

Color Harmonies of #AA15D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA15D1

Black with #AA15D1

Text Example


Text Example

White with #AA15D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA15D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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