#AB4998

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

Shades of Violet Blue #AB4998

Tints of Violet Blue #AB4998

Color information

#AB4998 (or 0xAB4998) is unknown color: approx Violet Blue. HEX triplet: AB, 49 and 98. RGB value is (171,73,152). Sum of RGB (Red+Green+Blue) = 171+73+152=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4998 is #54B667. Grayscale: #6F6F6F. Windows color (decimal): -5551720 or 9980331. OLE color: 9980331.

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

Color convert

RGB17173152-
CMYK00.570.110.33
HSL311.63º40.16%47.84%-
HSV(B)311.63º57.31%67.06%-
XYZ24.8415.6931.42-
YUV111.31150.97170.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 73 (28.91% from 255) = 18.43%
BLUE value IS 152 (59.77% from 255) = 38.38%
R=43.18%
G=18.43%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717315200.570.110.33311.6340.1647.84
HexAB4998039B211382830
Octal25311123007113414705060
Binary1010101110010011001100001110011011100001100111000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4998; }

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

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

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

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

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

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

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

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