#AB4B98

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

Shades of Violet Blue #AB4B98

Tints of Violet Blue #AB4B98

Color information

#AB4B98 (or 0xAB4B98) is unknown color: approx Violet Blue. HEX triplet: AB, 4B and 98. RGB value is (171,75,152). Sum of RGB (Red+Green+Blue) = 171+75+152=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4B98 is #54B467. Grayscale: #707070. Windows color (decimal): -5551208 or 9980843. OLE color: 9980843.

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

Color convert

RGB17175152-
CMYK00.560.110.33
HSL311.88º39.02%48.24%-
HSV(B)311.88º56.14%67.06%-
XYZ24.9815.9631.47-
YUV112.48150.3169.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 75 (29.69% from 255) = 18.84%
BLUE value IS 152 (59.77% from 255) = 38.19%
R=42.96%
G=18.84%
B=38.19%

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
Decimal1717515200.560.110.33311.8839.0248.24
HexAB4B98038B211382730
Octal25311323007013414704760
Binary1010101110010111001100001110001011100001100111000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4B98; }

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

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

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

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

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

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

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

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