#AA0BC7

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

Shades of Dark Violet #AA0BC7

Tints of Dark Violet #AA0BC7

Color information

#AA0BC7 (or 0xAA0BC7) is unknown color: approx Dark Violet. HEX triplet: AA, 0B and C7. RGB value is (170,11,199). Sum of RGB (Red+Green+Blue) = 170+11+199=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 199 (78.12% from 255 or 52.37% from 380); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA0BC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0BC7 is #55F438. Grayscale: #4F4F4F. Windows color (decimal): -5633081 or 13044650. OLE color: 13044650.

HSL color Cylindrical-coordinate representation of color #AA0BC7: hue angle of 290.74º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0BC7 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17011199-
CMYK0.150.9400.22
HSL290.74º89.52%41.18%-
HSV(B)290.74º94.47%78.04%-
XYZ27.0112.9155.1-
YUV79.97195.18192.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 11 (4.69% from 255) = 2.89%
BLUE value IS 199 (78.12% from 255) = 52.37%
R=44.74%
G=2.89%
B=52.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170111990.150.9400.22290.7489.5241.18
HexAABC7F5E0161235a29
Octal252133071713602644313251
Binary10101010101111000111111110111100101101001000111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0BC7; }

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

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

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

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

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

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

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

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