Html Css Color HEX #AA15DF Dark Violet

📋 copy color: '#AA15DF'

red 170 ◦ green 21 ◦ blue 223

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

Shades of Dark Violet #AA15DF

Tints of Dark Violet #AA15DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.86%

R = 41.06%
G = 5.07%
B = 53.86%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA15DF (or 0xAA15DF) is known color: Dark Violet. HEX triplet: AA, 15 and DF. RGB value is (170,21,223). Sum of RGB (Red+Green+Blue) = 170+21+223=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA15DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15DF is #55EA20. Grayscale: #575757. Windows color (decimal): -5630497 or 14620074. OLE color: 14620074.

HSL color Cylindrical-coordinate representation of color #AA15DF: hue angle of 284.26º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA15DF is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 21 223 -
CMYK 0.24 0.91 0 0.13
HSL 284.26º 0.83% 0.48% -
HSV(B) 284.26º 0.91% 0.87% -
XYZ 30.17 14.41 71 -
YUV 88.58 203.86 186.07 -
System Red Green Blue C M Y K H S L
Decimal 170 21 223 0.24 0.91 0 0.13 284.26 0.83 0.48
Hex AA 15 DF 18 5B 0 D 11C 53 30
Octal 252 25 337 30 133 0 15 434 123 60
Binary 10101010 10101 11011111 11000 1011011 0 1101 100011100 1010011 110000

Color Harmonies of #AA15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA15DF

Black with #AA15DF

Text Example


Text Example

White with #AA15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA15DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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