#AA0ABC

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

Shades of Dark Violet #AA0ABC

Tints of Dark Violet #AA0ABC

Color information

#AA0ABC (or 0xAA0ABC) is unknown color: approx Dark Violet. HEX triplet: AA, 0A and BC. RGB value is (170,10,188). Sum of RGB (Red+Green+Blue) = 170+10+188=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA0ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ABC is #55F543. Grayscale: #4D4D4D. Windows color (decimal): -5633348 or 12323498. OLE color: 12323498.

HSL color Cylindrical-coordinate representation of color #AA0ABC: hue angle of 293.93º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0ABC is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17010188-
CMYK0.100.9500.26
HSL293.93º89.9%38.82%-
HSV(B)293.93º94.68%73.73%-
XYZ25.7612.3948.61-
YUV78.13190.01193.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 10 (4.30% from 255) = 2.72%
BLUE value IS 188 (73.83% from 255) = 51.09%
R=46.20%
G=2.72%
B=51.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170101880.100.9500.26293.9389.938.82
HexAAABCA5F01A1265a27
Octal252122741213703244613247
Binary10101010101010111100101010111110110101001001101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0ABC; }

 p { color: rgb(170,10,188); }

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

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

 a { background-color: rgb(170,10,188); }

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

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

 span { border-color: rgb(170,10,188); }

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