Html Css Color HEX #AA11BE Dark Violet

📋 copy color: '#AA11BE'

red 170 ◦ green 17 ◦ blue 190

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

Shades of Dark Violet #AA11BE

Tints of Dark Violet #AA11BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 45.09%
G = 4.51%
B = 50.4%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA11BE (or 0xAA11BE) is known color: Dark Violet. HEX triplet: AA, 11 and BE. RGB value is (170,17,190). Sum of RGB (Red+Green+Blue) = 170+17+190=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA11BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA11BE is #55EE41. Grayscale: #515151. Windows color (decimal): -5631554 or 12456362. OLE color: 12456362.

HSL color Cylindrical-coordinate representation of color #AA11BE: hue angle of 293.06º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA11BE is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 17 190 -
CMYK 0.11 0.91 0 0.25
HSL 293.06º 0.84% 0.41% -
HSV(B) 293.06º 0.91% 0.75% -
XYZ 26.07 12.66 49.79 -
YUV 82.47 188.69 190.43 -
System Red Green Blue C M Y K H S L
Decimal 170 17 190 0.11 0.91 0 0.25 293.06 0.84 0.41
Hex AA 11 BE B 5B 0 19 125 54 29
Octal 252 21 276 13 133 0 31 445 124 51
Binary 10101010 10001 10111110 1011 1011011 0 11001 100100101 1010100 101001

Color Harmonies of #AA11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11BE

Black with #AA11BE

Text Example


Text Example

White with #AA11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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