Html Css Color HEX #AA0BBB Dark Violet

📋 copy color: '#AA0BBB'

red 170 ◦ green 11 ◦ blue 187

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

Shades of Dark Violet #AA0BBB

Tints of Dark Violet #AA0BBB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.99%

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

R = 46.2%
G = 2.99%
B = 50.82%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA0BBB (or 0xAA0BBB) is known color: Dark Violet. HEX triplet: AA, 0B and BB. RGB value is (170,11,187). Sum of RGB (Red+Green+Blue) = 170+11+187=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA0BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0BBB is #55F444. Grayscale: #4E4E4E. Windows color (decimal): -5633093 or 12258218. OLE color: 12258218.

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

Color convert

RGB 170 11 187 -
CMYK 0.09 0.94 0 0.27
HSL 294.2º 0.89% 0.39% -
HSV(B) 294.2º 0.94% 0.73% -
XYZ 25.67 12.37 48.05 -
YUV 78.61 189.18 193.19 -
System Red Green Blue C M Y K H S L
Decimal 170 11 187 0.09 0.94 0 0.27 294.2 0.89 0.39
Hex AA B BB 9 5E 0 1B 126 59 27
Octal 252 13 273 11 136 0 33 446 131 47
Binary 10101010 1011 10111011 1001 1011110 0 11011 100100110 1011001 100111

Color Harmonies of #AA0BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0BBB

Black with #AA0BBB

Text Example


Text Example

White with #AA0BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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