#AB4C98

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

Shades of Violet Blue #AB4C98

Tints of Violet Blue #AB4C98

Color information

#AB4C98 (or 0xAB4C98) is unknown color: approx Violet Blue. HEX triplet: AB, 4C and 98. RGB value is (171,76,152). Sum of RGB (Red+Green+Blue) = 171+76+152=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4C98 is #54B367. Grayscale: #707070. Windows color (decimal): -5550952 or 9981099. OLE color: 9981099.

HSL color Cylindrical-coordinate representation of color #AB4C98: hue angle of 312º 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 #AB4C98 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB17176152-
CMYK00.560.110.33
HSL312º38.46%48.43%-
HSV(B)312º55.56%67.06%-
XYZ25.0516.0931.49-
YUV113.07149.97169.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 76 (30.08% from 255) = 19.05%
BLUE value IS 152 (59.77% from 255) = 38.10%
R=42.86%
G=19.05%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717615200.560.110.3331238.4648.43
HexAB4C98038B211382630
Octal25311423007013414704660
Binary1010101110011001001100001110001011100001100111000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4C98; }

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

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

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

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

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

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

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

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