Html Css Color HEX #AA11B7 Dark Violet

📋 copy color: '#AA11B7'

red 170 ◦ green 17 ◦ blue 183

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

Shades of Dark Violet #AA11B7

Tints of Dark Violet #AA11B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.46%

R = 45.95%
G = 4.59%
B = 49.46%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA11B7 (or 0xAA11B7) is known color: Dark Violet. HEX triplet: AA, 11 and B7. RGB value is (170,17,183). Sum of RGB (Red+Green+Blue) = 170+17+183=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 183 (71.88% from 255 or 49.46% from 370); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA11B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA11B7 is #55EE48. Grayscale: #515151. Windows color (decimal): -5631561 or 11997610. OLE color: 11997610.

HSL color Cylindrical-coordinate representation of color #AA11B7: hue angle of 295.3º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA11B7 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 17 183 -
CMYK 0.07 0.91 0 0.28
HSL 295.3º 0.83% 0.39% -
HSV(B) 295.3º 0.91% 0.72% -
XYZ 25.33 12.37 45.85 -
YUV 81.67 185.19 191 -
System Red Green Blue C M Y K H S L
Decimal 170 17 183 0.07 0.91 0 0.28 295.3 0.83 0.39
Hex AA 11 B7 7 5B 0 1C 127 53 27
Octal 252 21 267 7 133 0 34 447 123 47
Binary 10101010 10001 10110111 111 1011011 0 11100 100100111 1010011 100111

Color Harmonies of #AA11B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11B7

Black with #AA11B7

Text Example


Text Example

White with #AA11B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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