Html Css Color HEX #AA13D2 Dark Violet

📋 copy color: '#AA13D2'

red 170 ◦ green 19 ◦ blue 210

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

Shades of Dark Violet #AA13D2

Tints of Dark Violet #AA13D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 52.63%

R = 42.61%
G = 4.76%
B = 52.63%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA13D2 (or 0xAA13D2) is known color: Dark Violet. HEX triplet: AA, 13 and D2. RGB value is (170,19,210). Sum of RGB (Red+Green+Blue) = 170+19+210=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 210 (82.42% from 255 or 52.63% from 399); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA13D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA13D2 is #55EC2D. Grayscale: #555555. Windows color (decimal): -5631022 or 13767594. OLE color: 13767594.

HSL color Cylindrical-coordinate representation of color #AA13D2: hue angle of 287.43º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA13D2 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 19 210 -
CMYK 0.19 0.91 0 0.18
HSL 287.43º 0.83% 0.45% -
HSV(B) 287.43º 0.91% 0.82% -
XYZ 28.44 13.66 62.11 -
YUV 85.92 198.03 187.97 -
System Red Green Blue C M Y K H S L
Decimal 170 19 210 0.19 0.91 0 0.18 287.43 0.83 0.45
Hex AA 13 D2 13 5B 0 12 11F 53 2D
Octal 252 23 322 23 133 0 22 437 123 55
Binary 10101010 10011 11010010 10011 1011011 0 10010 100011111 1010011 101101

Color Harmonies of #AA13D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA13D2

Black with #AA13D2

Text Example


Text Example

White with #AA13D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA13D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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