#AB5EB3

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

Shades of Violet Blue #AB5EB3

Tints of Violet Blue #AB5EB3

Color information

#AB5EB3 (or 0xAB5EB3) is unknown color: approx Violet Blue. HEX triplet: AB, 5E and B3. RGB value is (171,94,179). Sum of RGB (Red+Green+Blue) = 171+94+179=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB5EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5EB3 is #54A14C. Grayscale: #7E7E7E. Windows color (decimal): -5546317 or 11755179. OLE color: 11755179.

HSL color Cylindrical-coordinate representation of color #AB5EB3: hue angle of 294.35º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5EB3 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17194179-
CMYK0.040.4700.30
HSL294.35º35.86%53.53%-
HSV(B)294.35º47.49%70.2%-
XYZ28.9319.9244.97-
YUV126.71157.51159.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 94 (37.11% from 255) = 21.17%
BLUE value IS 179 (70.31% from 255) = 40.32%
R=38.51%
G=21.17%
B=40.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171941790.040.4700.30294.3535.8653.53
HexAB5EB342F01E1262436
Octal2531362634570364464466
Binary10101011101111010110011100101111011110100100110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5EB3; }

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

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

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

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

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

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

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

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