Html Css Color HEX #AA11D0 Dark Violet

📋 copy color: '#AA11D0'

red 170 ◦ green 17 ◦ blue 208

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

Shades of Dark Violet #AA11D0

Tints of Dark Violet #AA11D0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.3%

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

R = 43.04%
G = 4.3%
B = 52.66%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA11D0 (or 0xAA11D0) is known color: Dark Violet. HEX triplet: AA, 11 and D0. RGB value is (170,17,208). Sum of RGB (Red+Green+Blue) = 170+17+208=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA11D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA11D0 is #55EE2F. Grayscale: #535353. Windows color (decimal): -5631536 or 13636010. OLE color: 13636010.

HSL color Cylindrical-coordinate representation of color #AA11D0: hue angle of 288.06º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA11D0 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 17 208 -
CMYK 0.18 0.92 0 0.18
HSL 288.06º 0.85% 0.44% -
HSV(B) 288.06º 0.92% 0.82% -
XYZ 28.16 13.5 60.8 -
YUV 84.52 197.69 188.97 -
System Red Green Blue C M Y K H S L
Decimal 170 17 208 0.18 0.92 0 0.18 288.06 0.85 0.44
Hex AA 11 D0 12 5C 0 12 120 55 2C
Octal 252 21 320 22 134 0 22 440 125 54
Binary 10101010 10001 11010000 10010 1011100 0 10010 100100000 1010101 101100

Color Harmonies of #AA11D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11D0

Black with #AA11D0

Text Example


Text Example

White with #AA11D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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