Html Css Color HEX #AA13DD Dark Violet

📋 copy color: '#AA13DD'

red 170 ◦ green 19 ◦ blue 221

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

Shades of Dark Violet #AA13DD

Tints of Dark Violet #AA13DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 41.46%
G = 4.63%
B = 53.9%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA13DD (or 0xAA13DD) is known color: Dark Violet. HEX triplet: AA, 13 and DD. RGB value is (170,19,221). Sum of RGB (Red+Green+Blue) = 170+19+221=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA13DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA13DD is #55EC22. Grayscale: #565656. Windows color (decimal): -5631011 or 14488490. OLE color: 14488490.

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

Color convert

RGB 170 19 221 -
CMYK 0.23 0.91 0 0.13
HSL 284.85º 0.84% 0.47% -
HSV(B) 284.85º 0.91% 0.87% -
XYZ 29.86 14.23 69.58 -
YUV 87.18 203.53 187.07 -
System Red Green Blue C M Y K H S L
Decimal 170 19 221 0.23 0.91 0 0.13 284.85 0.84 0.47
Hex AA 13 DD 17 5B 0 D 11D 54 2F
Octal 252 23 335 27 133 0 15 435 124 57
Binary 10101010 10011 11011101 10111 1011011 0 1101 100011101 1010100 101111

Color Harmonies of #AA13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA13DD

Black with #AA13DD

Text Example


Text Example

White with #AA13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA13DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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