#AB72AF

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

Shades of Violet Blue #AB72AF

Tints of Violet Blue #AB72AF

Color information

#AB72AF (or 0xAB72AF) is unknown color: approx Violet Blue. HEX triplet: AB, 72 and AF. RGB value is (171,114,175). Sum of RGB (Red+Green+Blue) = 171+114+175=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB72AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB72AF is #548D50. Grayscale: #898989. Windows color (decimal): -5541201 or 11498155. OLE color: 11498155.

HSL color Cylindrical-coordinate representation of color #AB72AF: hue angle of 296.07º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB72AF is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171114175-
CMYK0.020.3500.31
HSL296.07º27.6%56.67%-
HSV(B)296.07º34.86%68.63%-
XYZ30.5523.7943.54-
YUV138148.88151.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.17%
GREEN value IS 114 (44.92% from 255) = 24.78%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=37.17%
G=24.78%
B=38.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711141750.020.3500.31296.0727.656.67
HexAB72AF22301F1281c39
Octal2531622572430374503471
Binary101010111110010101011111010001101111110010100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB72AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB72AF; }

 p { color: rgb(171,114,175); }

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

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

 a { background-color: rgb(171,114,175); }

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

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

 span { border-color: rgb(171,114,175); }

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