Html Css Color HEX #AA13BA Dark Violet

📋 copy color: '#AA13BA'

red 170 ◦ green 19 ◦ blue 186

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

Shades of Dark Violet #AA13BA

Tints of Dark Violet #AA13BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.07%

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

R = 45.33%
G = 5.07%
B = 49.6%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA13BA (or 0xAA13BA) is known color: Dark Violet. HEX triplet: AA, 13 and BA. RGB value is (170,19,186). Sum of RGB (Red+Green+Blue) = 170+19+186=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA13BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA13BA is #55EC45. Grayscale: #525252. Windows color (decimal): -5631046 or 12194730. OLE color: 12194730.

HSL color Cylindrical-coordinate representation of color #AA13BA: hue angle of 294.25º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA13BA is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 19 186 -
CMYK 0.09 0.90 0 0.27
HSL 294.25º 0.81% 0.4% -
HSV(B) 294.25º 0.9% 0.73% -
XYZ 25.67 12.56 47.52 -
YUV 83.19 186.03 189.92 -
System Red Green Blue C M Y K H S L
Decimal 170 19 186 0.09 0.90 0 0.27 294.25 0.81 0.4
Hex AA 13 BA 9 5A 0 1B 126 51 28
Octal 252 23 272 11 132 0 33 446 121 50
Binary 10101010 10011 10111010 1001 1011010 0 11011 100100110 1010001 101000

Color Harmonies of #AA13BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA13BA

Black with #AA13BA

Text Example


Text Example

White with #AA13BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA13BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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