#AB61AE

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

Shades of Violet Blue #AB61AE

Tints of Violet Blue #AB61AE

Color information

#AB61AE (or 0xAB61AE) is unknown color: approx Violet Blue. HEX triplet: AB, 61 and AE. RGB value is (171,97,174). Sum of RGB (Red+Green+Blue) = 171+97+174=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB61AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB61AE is #549E51. Grayscale: #7F7F7F. Windows color (decimal): -5545554 or 11428267. OLE color: 11428267.

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

Color convert

RGB17197174-
CMYK0.020.4400.32
HSL297.66º32.22%53.14%-
HSV(B)297.66º44.25%68.24%-
XYZ28.7120.2642.44-
YUV127.9154.02158.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 97 (38.28% from 255) = 21.95%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=38.69%
G=21.95%
B=39.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171971740.020.4400.32297.6632.2253.14
HexAB61AE22C02012a2035
Octal2531412562540404524065
Binary10101011110000110101110101011000100000100101010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61AE; }

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

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

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

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

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

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

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

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