#AB5AAD

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

Shades of Violet Blue #AB5AAD

Tints of Violet Blue #AB5AAD

Color information

#AB5AAD (or 0xAB5AAD) is unknown color: approx Violet Blue. HEX triplet: AB, 5A and AD. RGB value is (171,90,173). Sum of RGB (Red+Green+Blue) = 171+90+173=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB5AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5AAD is #54A552. Grayscale: #7B7B7B. Windows color (decimal): -5547347 or 11360939. OLE color: 11360939.

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

Color convert

RGB17190173-
CMYK0.010.4800.32
HSL298.55º33.6%51.57%-
HSV(B)298.55º47.98%67.84%-
XYZ27.9918.9941.72-
YUV123.68155.84161.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 90 (35.55% from 255) = 20.74%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=39.40%
G=20.74%
B=39.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171901730.010.4800.32298.5533.651.57
HexAB5AAD13002012b2234
Octal2531322551600404534264
Binary1010101110110101010110111100000100000100101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5AAD; }

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

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

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

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

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

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

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

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