#AB5CAD

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

Shades of Violet Blue #AB5CAD

Tints of Violet Blue #AB5CAD

Color information

#AB5CAD (or 0xAB5CAD) is unknown color: approx Violet Blue. HEX triplet: AB, 5C and AD. RGB value is (171,92,173). Sum of RGB (Red+Green+Blue) = 171+92+173=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB5CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5CAD is #54A352. Grayscale: #7C7C7C. Windows color (decimal): -5546835 or 11361451. OLE color: 11361451.

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

Color convert

RGB17192173-
CMYK0.010.4700.32
HSL298.52º33.06%51.96%-
HSV(B)298.52º46.82%67.84%-
XYZ28.1619.3341.78-
YUV124.85155.17160.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 92 (36.33% from 255) = 21.10%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=39.22%
G=21.10%
B=39.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171921730.010.4700.32298.5233.0651.96
HexAB5CAD12F02012b2134
Octal2531342551570404534164
Binary1010101110111001010110111011110100000100101011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5CAD; }

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

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

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

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

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

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

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

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