Html Css Color HEX #AA11BB Dark Violet

📋 copy color: '#AA11BB'

red 170 ◦ green 17 ◦ blue 187

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

Shades of Dark Violet #AA11BB

Tints of Dark Violet #AA11BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50%

R = 45.45%
G = 4.55%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA11BB (or 0xAA11BB) is known color: Dark Violet. HEX triplet: AA, 11 and BB. RGB value is (170,17,187). Sum of RGB (Red+Green+Blue) = 170+17+187=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA11BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA11BB is #55EE44. Grayscale: #515151. Windows color (decimal): -5631557 or 12259754. OLE color: 12259754.

HSL color Cylindrical-coordinate representation of color #AA11BB: hue angle of 294º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA11BB is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 17 187 -
CMYK 0.09 0.91 0 0.27
HSL 294º 0.83% 0.4% -
HSV(B) 294º 0.91% 0.73% -
XYZ 25.75 12.53 48.08 -
YUV 82.13 187.19 190.68 -
System Red Green Blue C M Y K H S L
Decimal 170 17 187 0.09 0.91 0 0.27 294 0.83 0.4
Hex AA 11 BB 9 5B 0 1B 126 53 28
Octal 252 21 273 11 133 0 33 446 123 50
Binary 10101010 10001 10111011 1001 1011011 0 11011 100100110 1010011 101000

Color Harmonies of #AA11BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11BB

Black with #AA11BB

Text Example


Text Example

White with #AA11BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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