#AB5EA3

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

Shades of Violet Blue #AB5EA3

Tints of Violet Blue #AB5EA3

Color information

#AB5EA3 (or 0xAB5EA3) is unknown color: approx Violet Blue. HEX triplet: AB, 5E and A3. RGB value is (171,94,163). Sum of RGB (Red+Green+Blue) = 171+94+163=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 163 (64.06% from 255 or 38.08% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5EA3 is #54A15C. Grayscale: #7C7C7C. Windows color (decimal): -5546333 or 10706603. OLE color: 10706603.

HSL color Cylindrical-coordinate representation of color #AB5EA3: hue angle of 306.23º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB5EA3 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB17194163-
CMYK00.450.050.33
HSL306.23º31.43%51.96%-
HSV(B)306.23º45.03%67.06%-
XYZ27.4119.3136.93-
YUV124.89149.51160.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 94 (37.11% from 255) = 21.96%
BLUE value IS 163 (64.06% from 255) = 38.08%
R=39.95%
G=21.96%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719416300.450.050.33306.2331.4351.96
HexAB5EA302D5211321f34
Octal2531362430555414623764
Binary10101011101111010100011010110110110000110011001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5EA3; }

 p { color: rgb(171,94,163); }

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

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

 a { background-color: rgb(171,94,163); }

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

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

 span { border-color: rgb(171,94,163); }

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