#AB539E

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

Shades of Violet Blue #AB539E

Tints of Violet Blue #AB539E

Color information

#AB539E (or 0xAB539E) is unknown color: approx Violet Blue. HEX triplet: AB, 53 and 9E. RGB value is (171,83,158). Sum of RGB (Red+Green+Blue) = 171+83+158=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB539E is #54AC61. Grayscale: #757575. Windows color (decimal): -5549154 or 10376107. OLE color: 10376107.

HSL color Cylindrical-coordinate representation of color #AB539E: hue angle of 308.86º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB539E is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17183158-
CMYK00.510.080.33
HSL308.86º34.65%49.8%-
HSV(B)308.86º51.46%67.06%-
XYZ26.0617.3134.32-
YUV117.86150.65165.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.50%
GREEN value IS 83 (32.81% from 255) = 20.15%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=41.50%
G=20.15%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718315800.510.080.33308.8634.6549.8
HexAB539E0338211352332
Octal25312323606310414654362
Binary1010101110100111001111001100111000100001100110101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB539E; }

 p { color: rgb(171,83,158); }

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

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

 a { background-color: rgb(171,83,158); }

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

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

 span { border-color: rgb(171,83,158); }

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