#AB70A3

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

Shades of Violet Blue #AB70A3

Tints of Violet Blue #AB70A3

Color information

#AB70A3 (or 0xAB70A3) is unknown color: approx Violet Blue. HEX triplet: AB, 70 and A3. RGB value is (171,112,163). Sum of RGB (Red+Green+Blue) = 171+112+163=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB70A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB70A3 is #548F5C. Grayscale: #878787. Windows color (decimal): -5541725 or 10711211. OLE color: 10711211.

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

Color convert

RGB171112163-
CMYK00.350.050.33
HSL308.14º25.99%55.49%-
HSV(B)308.14º34.5%67.06%-
XYZ29.222.8937.53-
YUV135.45143.55153.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 112 (44.14% from 255) = 25.11%
BLUE value IS 163 (64.06% from 255) = 36.55%
R=38.34%
G=25.11%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111216300.350.050.33308.1425.9955.49
HexAB70A30235211341a37
Octal2531602430435414643267
Binary10101011111000010100011010001110110000110011010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB70A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB70A3; }

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

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

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

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

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

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

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

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