#AB4898

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

Shades of Violet Blue #AB4898

Tints of Violet Blue #AB4898

Color information

#AB4898 (or 0xAB4898) is unknown color: approx Violet Blue. HEX triplet: AB, 48 and 98. RGB value is (171,72,152). Sum of RGB (Red+Green+Blue) = 171+72+152=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4898 is #54B767. Grayscale: #6E6E6E. Windows color (decimal): -5551976 or 9980075. OLE color: 9980075.

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

Color convert

RGB17172152-
CMYK00.580.110.33
HSL311.52º40.74%47.65%-
HSV(B)311.52º57.89%67.06%-
XYZ24.7815.5631.4-
YUV110.72151.3171-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 152 (59.77% from 255) = 38.48%
R=43.29%
G=18.23%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717215200.580.110.33311.5240.7447.65
HexAB489803AB211382930
Octal25311023007213414705160
Binary1010101110010001001100001110101011100001100111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4898; }

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

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

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

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

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

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

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

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