#AB5AAC

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

Shades of Violet Blue #AB5AAC

Tints of Violet Blue #AB5AAC

Color information

#AB5AAC (or 0xAB5AAC) is unknown color: approx Violet Blue. HEX triplet: AB, 5A and AC. RGB value is (171,90,172). Sum of RGB (Red+Green+Blue) = 171+90+172=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB5AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5AAC is #54A553. Grayscale: #7B7B7B. Windows color (decimal): -5547348 or 11295403. OLE color: 11295403.

HSL color Cylindrical-coordinate representation of color #AB5AAC: hue angle of 299.27º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB5AAC is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17190172-
CMYK0.010.4800.33
HSL299.27º33.06%51.37%-
HSV(B)299.27º47.67%67.45%-
XYZ27.918.9541.22-
YUV123.57155.34161.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 90 (35.55% from 255) = 20.79%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=39.49%
G=20.79%
B=39.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171901720.010.4800.33299.2733.0651.37
HexAB5AAC13002112b2133
Octal2531322541600414534163
Binary1010101110110101010110011100000100001100101011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5AAC; }

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

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

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

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

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

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

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

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