#AB70AD

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

Shades of Violet Blue #AB70AD

Tints of Violet Blue #AB70AD

Color information

#AB70AD (or 0xAB70AD) is unknown color: approx Violet Blue. HEX triplet: AB, 70 and AD. RGB value is (171,112,173). Sum of RGB (Red+Green+Blue) = 171+112+173=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB70AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB70AD is #548F52. Grayscale: #888888. Windows color (decimal): -5541715 or 11366571. OLE color: 11366571.

HSL color Cylindrical-coordinate representation of color #AB70AD: hue angle of 298.03º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB70AD is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171112173-
CMYK0.010.3500.32
HSL298.03º27.11%55.88%-
HSV(B)298.03º35.26%67.84%-
XYZ30.1323.2642.44-
YUV136.6148.55152.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 112 (44.14% from 255) = 24.56%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=37.5%
G=24.56%
B=37.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711121730.010.3500.32298.0327.1155.88
HexAB70AD12302012a1b38
Octal2531602551430404523370
Binary101010111110000101011011100011010000010010101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB70AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB70AD; }

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

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

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

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

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

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

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

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