Html Css Color HEX #AA15BA Dark Violet

📋 copy color: '#AA15BA'

red 170 ◦ green 21 ◦ blue 186

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

Shades of Dark Violet #AA15BA

Tints of Dark Violet #AA15BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 45.09%
G = 5.57%
B = 49.34%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA15BA (or 0xAA15BA) is known color: Dark Violet. HEX triplet: AA, 15 and BA. RGB value is (170,21,186). Sum of RGB (Red+Green+Blue) = 170+21+186=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA15BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15BA is #55EA45. Grayscale: #535353. Windows color (decimal): -5630534 or 12195242. OLE color: 12195242.

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

Color convert

RGB 170 21 186 -
CMYK 0.09 0.89 0 0.27
HSL 294.18º 0.8% 0.41% -
HSV(B) 294.18º 0.89% 0.73% -
XYZ 25.71 12.63 47.54 -
YUV 84.36 185.36 189.08 -
System Red Green Blue C M Y K H S L
Decimal 170 21 186 0.09 0.89 0 0.27 294.18 0.8 0.41
Hex AA 15 BA 9 59 0 1B 126 50 29
Octal 252 25 272 11 131 0 33 446 120 51
Binary 10101010 10101 10111010 1001 1011001 0 11011 100100110 1010000 101001

Color Harmonies of #AA15BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA15BA

Black with #AA15BA

Text Example


Text Example

White with #AA15BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA15BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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