#AB4C96

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

Shades of Violet Blue #AB4C96

Tints of Violet Blue #AB4C96

Color information

#AB4C96 (or 0xAB4C96) is unknown color: approx Violet Blue. HEX triplet: AB, 4C and 96. RGB value is (171,76,150). Sum of RGB (Red+Green+Blue) = 171+76+150=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4C96 is #54B369. Grayscale: #707070. Windows color (decimal): -5550954 or 9850027. OLE color: 9850027.

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

Color convert

RGB17176150-
CMYK00.560.120.33
HSL313.26º38.46%48.43%-
HSV(B)313.26º55.56%67.06%-
XYZ24.8816.0330.64-
YUV112.84148.97169.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 76 (30.08% from 255) = 19.14%
BLUE value IS 150 (58.98% from 255) = 37.78%
R=43.07%
G=19.14%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717615000.560.120.33313.2638.4648.43
HexAB4C96038C211392630
Octal25311422607014414714660
Binary1010101110011001001011001110001100100001100111001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4C96; }

 p { color: rgb(171,76,150); }

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

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

 a { background-color: rgb(171,76,150); }

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

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

 span { border-color: rgb(171,76,150); }

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