#AA0BCA

Color #AA0BCA Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AA0BCA

Tints of Dark Violet #AA0BCA

Color information

#AA0BCA (or 0xAA0BCA) is unknown color: approx Dark Violet. HEX triplet: AA, 0B and CA. RGB value is (170,11,202). Sum of RGB (Red+Green+Blue) = 170+11+202=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA0BCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0BCA is #55F435. Grayscale: #4F4F4F. Windows color (decimal): -5633078 or 13241258. OLE color: 13241258.

HSL color Cylindrical-coordinate representation of color #AA0BCA: hue angle of 289.95º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0BCA is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17011202-
CMYK0.160.9500.21
HSL289.95º89.67%41.76%-
HSV(B)289.95º94.55%79.22%-
XYZ27.3613.0556.95-
YUV80.32196.68191.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 11 (4.69% from 255) = 2.87%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=44.39%
G=2.87%
B=52.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170112020.160.9500.21289.9589.6741.76
HexAABCA105F0151225a2a
Octal252133122013702544213252
Binary101010101011110010101000010111110101011001000101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0BCA; }

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

 H1.HeaderClassName
 {
   color: #AA0BCA;
 }
 .AnyTagClassName
 {
   color: #AA0BCA;
 }
</style>
background-color css

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

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

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

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

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

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