Html Css Color HEX #AA15BD Dark Violet

📋 copy color: '#AA15BD'

red 170 ◦ green 21 ◦ blue 189

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

Shades of Dark Violet #AA15BD

Tints of Dark Violet #AA15BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 44.74%
G = 5.53%
B = 49.74%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA15BD (or 0xAA15BD) is known color: Dark Violet. HEX triplet: AA, 15 and BD. RGB value is (170,21,189). Sum of RGB (Red+Green+Blue) = 170+21+189=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA15BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15BD is #55EA42. Grayscale: #545454. Windows color (decimal): -5630531 or 12391850. OLE color: 12391850.

HSL color Cylindrical-coordinate representation of color #AA15BD: hue angle of 293.21º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA15BD is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 21 189 -
CMYK 0.10 0.89 0 0.26
HSL 293.21º 0.8% 0.41% -
HSV(B) 293.21º 0.89% 0.74% -
XYZ 26.03 12.76 49.23 -
YUV 84.7 186.86 188.84 -
System Red Green Blue C M Y K H S L
Decimal 170 21 189 0.10 0.89 0 0.26 293.21 0.8 0.41
Hex AA 15 BD A 59 0 1A 125 50 29
Octal 252 25 275 12 131 0 32 445 120 51
Binary 10101010 10101 10111101 1010 1011001 0 11010 100100101 1010000 101001

Color Harmonies of #AA15BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA15BD

Black with #AA15BD

Text Example


Text Example

White with #AA15BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA15BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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