#AB4798

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

Shades of Violet Blue #AB4798

Tints of Violet Blue #AB4798

Color information

#AB4798 (or 0xAB4798) is unknown color: approx Violet Blue. HEX triplet: AB, 47 and 98. RGB value is (171,71,152). Sum of RGB (Red+Green+Blue) = 171+71+152=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4798 is #54B867. Grayscale: #6D6D6D. Windows color (decimal): -5552232 or 9979819. OLE color: 9979819.

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

Color convert

RGB17171152-
CMYK00.580.110.33
HSL311.4º41.32%47.45%-
HSV(B)311.4º58.48%67.06%-
XYZ24.7215.4331.38-
YUV110.13151.63171.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 71 (28.12% from 255) = 18.02%
BLUE value IS 152 (59.77% from 255) = 38.58%
R=43.40%
G=18.02%
B=38.58%

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
Decimal1717115200.580.110.33311.441.3247.45
HexAB479803AB21137292f
Octal25310723007213414675157
Binary1010101110001111001100001110101011100001100110111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4798; }

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

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

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

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

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

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

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

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