Html Css Color HEX #AA13D0 Dark Violet

📋 copy color: '#AA13D0'

red 170 ◦ green 19 ◦ blue 208

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

Shades of Dark Violet #AA13D0

Tints of Dark Violet #AA13D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.39%

R = 42.82%
G = 4.79%
B = 52.39%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA13D0 (or 0xAA13D0) is known color: Dark Violet. HEX triplet: AA, 13 and D0. RGB value is (170,19,208). Sum of RGB (Red+Green+Blue) = 170+19+208=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA13D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA13D0 is #55EC2F. Grayscale: #555555. Windows color (decimal): -5631024 or 13636522. OLE color: 13636522.

HSL color Cylindrical-coordinate representation of color #AA13D0: hue angle of 287.94º 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 #AA13D0 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 19 208 -
CMYK 0.18 0.91 0 0.18
HSL 287.94º 0.83% 0.45% -
HSV(B) 287.94º 0.91% 0.82% -
XYZ 28.2 13.57 60.81 -
YUV 85.7 197.03 188.13 -
System Red Green Blue C M Y K H S L
Decimal 170 19 208 0.18 0.91 0 0.18 287.94 0.83 0.45
Hex AA 13 D0 12 5B 0 12 120 53 2D
Octal 252 23 320 22 133 0 22 440 123 55
Binary 10101010 10011 11010000 10010 1011011 0 10010 100100000 1010011 101101

Color Harmonies of #AA13D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA13D0

Black with #AA13D0

Text Example


Text Example

White with #AA13D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA13D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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