#AB4F98

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

Shades of Violet Blue #AB4F98

Tints of Violet Blue #AB4F98

Color information

#AB4F98 (or 0xAB4F98) is unknown color: approx Violet Blue. HEX triplet: AB, 4F and 98. RGB value is (171,79,152). Sum of RGB (Red+Green+Blue) = 171+79+152=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4F98 is #54B067. Grayscale: #727272. Windows color (decimal): -5550184 or 9981867. OLE color: 9981867.

HSL color Cylindrical-coordinate representation of color #AB4F98: hue angle of 312.39º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB4F98 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB17179152-
CMYK00.540.110.33
HSL312.39º36.8%49.02%-
HSV(B)312.39º53.8%67.06%-
XYZ25.2616.5231.56-
YUV114.83148.98168.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 79 (31.25% from 255) = 19.65%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=42.54%
G=19.65%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717915200.540.110.33312.3936.849.02
HexAB4F98036B211382531
Octal25311723006613414704561
Binary1010101110011111001100001101101011100001100111000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4F98; }

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

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

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

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

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

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

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

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