Html Css Color HEX #AA0BBA Dark Violet

📋 copy color: '#AA0BBA'

red 170 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #AA0BBA

Tints of Dark Violet #AA0BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 46.32%
G = 3%
B = 50.68%

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

#AA0BBA (or 0xAA0BBA) is known color: Dark Violet. HEX triplet: AA, 0B and BA. RGB value is (170,11,186). Sum of RGB (Red+Green+Blue) = 170+11+186=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA0BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0BBA is #55F445. Grayscale: #4D4D4D. Windows color (decimal): -5633094 or 12192682. OLE color: 12192682.

HSL color Cylindrical-coordinate representation of color #AA0BBA: hue angle of 294.51º 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 #AA0BBA is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 11 186 -
CMYK 0.09 0.94 0 0.27
HSL 294.51º 0.89% 0.39% -
HSV(B) 294.51º 0.94% 0.73% -
XYZ 25.56 12.33 47.49 -
YUV 78.49 188.68 193.27 -
System Red Green Blue C M Y K H S L
Decimal 170 11 186 0.09 0.94 0 0.27 294.51 0.89 0.39
Hex AA B BA 9 5E 0 1B 127 59 27
Octal 252 13 272 11 136 0 33 447 131 47
Binary 10101010 1011 10111010 1001 1011110 0 11011 100100111 1011001 100111

Color Harmonies of #AA0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0BBA

Black with #AA0BBA

Text Example


Text Example

White with #AA0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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