#AB52AE

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

Shades of Violet Blue #AB52AE

Tints of Violet Blue #AB52AE

Color information

#AB52AE (or 0xAB52AE) is unknown color: approx Violet Blue. HEX triplet: AB, 52 and AE. RGB value is (171,82,174). Sum of RGB (Red+Green+Blue) = 171+82+174=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB52AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB52AE is #54AD51. Grayscale: #767676. Windows color (decimal): -5549394 or 11424427. OLE color: 11424427.

HSL color Cylindrical-coordinate representation of color #AB52AE: hue angle of 298.04º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB52AE is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17182174-
CMYK0.020.5300.32
HSL298.04º36.22%50.2%-
HSV(B)298.04º52.87%68.24%-
XYZ27.4517.7542.02-
YUV119.1158.99165.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 82 (32.42% from 255) = 19.20%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=40.05%
G=19.20%
B=40.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171821740.020.5300.32298.0436.2250.2
HexAB52AE23502012a2432
Octal2531222562650404524462
Binary10101011101001010101110101101010100000100101010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB52AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB52AE; }

 p { color: rgb(171,82,174); }

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

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

 a { background-color: rgb(171,82,174); }

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

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

 span { border-color: rgb(171,82,174); }

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