#AB4BAF

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

Shades of Violet Blue #AB4BAF

Tints of Violet Blue #AB4BAF

Color information

#AB4BAF (or 0xAB4BAF) is unknown color: approx Violet Blue. HEX triplet: AB, 4B and AF. RGB value is (171,75,175). Sum of RGB (Red+Green+Blue) = 171+75+175=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB4BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4BAF is #54B450. Grayscale: #727272. Windows color (decimal): -5551185 or 11488171. OLE color: 11488171.

HSL color Cylindrical-coordinate representation of color #AB4BAF: hue angle of 297.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB4BAF is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17175175-
CMYK0.020.5700.31
HSL297.6º40%49.02%-
HSV(B)297.6º57.14%68.63%-
XYZ27.0516.7942.37-
YUV115.1161.8167.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.62%
GREEN value IS 75 (29.69% from 255) = 17.81%
BLUE value IS 175 (68.75% from 255) = 41.57%
R=40.62%
G=17.81%
B=41.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171751750.020.5700.31297.64049.02
HexAB4BAF23901F12a2831
Octal2531132572710374525061
Binary1010101110010111010111110111001011111100101010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4BAF; }

 p { color: rgb(171,75,175); }

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

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

 a { background-color: rgb(171,75,175); }

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

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

 span { border-color: rgb(171,75,175); }

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