#AB45AA

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

Shades of Violet Blue #AB45AA

Tints of Violet Blue #AB45AA

Color information

#AB45AA (or 0xAB45AA) is unknown color: approx Violet Blue. HEX triplet: AB, 45 and AA. RGB value is (171,69,170). Sum of RGB (Red+Green+Blue) = 171+69+170=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB45AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB45AA is #54BA55. Grayscale: #6E6E6E. Windows color (decimal): -5552726 or 11158955. OLE color: 11158955.

HSL color Cylindrical-coordinate representation of color #AB45AA: hue angle of 300.59º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB45AA is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17169170-
CMYK00.600.010.33
HSL300.59º42.5%47.06%-
HSV(B)300.59º59.65%67.06%-
XYZ26.1815.8239.7-
YUV111.01161.29170.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 69 (27.34% from 255) = 16.83%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=41.71%
G=16.83%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716917000.600.010.33300.5942.547.06
HexAB45AA03C12112d2a2f
Octal2531052520741414555257
Binary1010101110001011010101001111001100001100101101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB45AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB45AA; }

 p { color: rgb(171,69,170); }

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

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

 a { background-color: rgb(171,69,170); }

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

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

 span { border-color: rgb(171,69,170); }

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