Html Css Color HEX #AA13C0 Dark Violet

📋 copy color: '#AA13C0'

red 170 ◦ green 19 ◦ blue 192

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

Shades of Dark Violet #AA13C0

Tints of Dark Violet #AA13C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.39%

R = 44.62%
G = 4.99%
B = 50.39%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA13C0 (or 0xAA13C0) is known color: Dark Violet. HEX triplet: AA, 13 and C0. RGB value is (170,19,192). Sum of RGB (Red+Green+Blue) = 170+19+192=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA13C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA13C0 is #55EC3F. Grayscale: #535353. Windows color (decimal): -5631040 or 12587946. OLE color: 12587946.

HSL color Cylindrical-coordinate representation of color #AA13C0: hue angle of 292.37º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA13C0 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 19 192 -
CMYK 0.11 0.90 0 0.25
HSL 292.37º 0.82% 0.41% -
HSV(B) 292.37º 0.9% 0.75% -
XYZ 26.32 12.82 50.96 -
YUV 83.87 189.03 189.43 -
System Red Green Blue C M Y K H S L
Decimal 170 19 192 0.11 0.90 0 0.25 292.37 0.82 0.41
Hex AA 13 C0 B 5A 0 19 124 52 29
Octal 252 23 300 13 132 0 31 444 122 51
Binary 10101010 10011 11000000 1011 1011010 0 11001 100100100 1010010 101001

Color Harmonies of #AA13C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA13C0

Black with #AA13C0

Text Example


Text Example

White with #AA13C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA13C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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