#AB5FAD

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

Shades of Violet Blue #AB5FAD

Tints of Violet Blue #AB5FAD

Color information

#AB5FAD (or 0xAB5FAD) is unknown color: approx Violet Blue. HEX triplet: AB, 5F and AD. RGB value is (171,95,173). Sum of RGB (Red+Green+Blue) = 171+95+173=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB5FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5FAD is #54A052. Grayscale: #7E7E7E. Windows color (decimal): -5546067 or 11362219. OLE color: 11362219.

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

Color convert

RGB17195173-
CMYK0.010.4500.32
HSL298.46º32.23%52.55%-
HSV(B)298.46º45.09%67.84%-
XYZ28.4319.8641.87-
YUV126.62154.18159.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=38.95%
G=21.64%
B=39.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171951730.010.4500.32298.4632.2352.55
HexAB5FAD12D02012a2035
Octal2531372551550404524065
Binary1010101110111111010110111011010100000100101010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5FAD; }

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

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

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

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

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

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

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

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