Html Css Color HEX #AA13DC Dark Violet

📋 copy color: '#AA13DC'

red 170 ◦ green 19 ◦ blue 220

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

Shades of Dark Violet #AA13DC

Tints of Dark Violet #AA13DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 41.56%
G = 4.65%
B = 53.79%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA13DC (or 0xAA13DC) is known color: Dark Violet. HEX triplet: AA, 13 and DC. RGB value is (170,19,220). Sum of RGB (Red+Green+Blue) = 170+19+220=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA13DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA13DC is #55EC23. Grayscale: #565656. Windows color (decimal): -5631012 or 14422954. OLE color: 14422954.

HSL color Cylindrical-coordinate representation of color #AA13DC: hue angle of 285.07º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA13DC is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 19 220 -
CMYK 0.23 0.91 0 0.14
HSL 285.07º 0.84% 0.47% -
HSV(B) 285.07º 0.91% 0.86% -
XYZ 29.73 14.18 68.88 -
YUV 87.06 203.03 187.16 -
System Red Green Blue C M Y K H S L
Decimal 170 19 220 0.23 0.91 0 0.14 285.07 0.84 0.47
Hex AA 13 DC 17 5B 0 E 11D 54 2F
Octal 252 23 334 27 133 0 16 435 124 57
Binary 10101010 10011 11011100 10111 1011011 0 1110 100011101 1010100 101111

Color Harmonies of #AA13DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA13DC

Black with #AA13DC

Text Example


Text Example

White with #AA13DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA13DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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