Html Css Color HEX #AA15BF Dark Violet

📋 copy color: '#AA15BF'

red 170 ◦ green 21 ◦ blue 191

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

Shades of Dark Violet #AA15BF

Tints of Dark Violet #AA15BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50%

R = 44.5%
G = 5.5%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA15BF (or 0xAA15BF) is known color: Dark Violet. HEX triplet: AA, 15 and BF. RGB value is (170,21,191). Sum of RGB (Red+Green+Blue) = 170+21+191=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA15BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15BF is #55EA40. Grayscale: #545454. Windows color (decimal): -5630529 or 12522922. OLE color: 12522922.

HSL color Cylindrical-coordinate representation of color #AA15BF: hue angle of 292.59º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA15BF is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 21 191 -
CMYK 0.11 0.89 0 0.25
HSL 292.59º 0.8% 0.42% -
HSV(B) 292.59º 0.89% 0.75% -
XYZ 26.25 12.84 50.39 -
YUV 84.93 187.86 188.68 -
System Red Green Blue C M Y K H S L
Decimal 170 21 191 0.11 0.89 0 0.25 292.59 0.8 0.42
Hex AA 15 BF B 59 0 19 125 50 2A
Octal 252 25 277 13 131 0 31 445 120 52
Binary 10101010 10101 10111111 1011 1011001 0 11001 100100101 1010000 101010

Color Harmonies of #AA15BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA15BF

Black with #AA15BF

Text Example


Text Example

White with #AA15BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA15BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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