#AB70AF

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

Shades of Violet Blue #AB70AF

Tints of Violet Blue #AB70AF

Color information

#AB70AF (or 0xAB70AF) is unknown color: approx Violet Blue. HEX triplet: AB, 70 and AF. RGB value is (171,112,175). Sum of RGB (Red+Green+Blue) = 171+112+175=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB70AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB70AF is #548F50. Grayscale: #888888. Windows color (decimal): -5541713 or 11497643. OLE color: 11497643.

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

Color convert

RGB171112175-
CMYK0.020.3600.31
HSL296.19º28.25%56.27%-
HSV(B)296.19º36%68.63%-
XYZ30.3323.3443.46-
YUV136.82149.55152.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 112 (44.14% from 255) = 24.45%
BLUE value IS 175 (68.75% from 255) = 38.21%
R=37.34%
G=24.45%
B=38.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711121750.020.3600.31296.1928.2556.27
HexAB70AF22401F1281c38
Octal2531602572440374503470
Binary101010111110000101011111010010001111110010100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB70AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB70AF; }

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

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

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

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

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

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

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

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