#AB479B

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

Shades of Violet Blue #AB479B

Tints of Violet Blue #AB479B

Color information

#AB479B (or 0xAB479B) is unknown color: approx Violet Blue. HEX triplet: AB, 47 and 9B. RGB value is (171,71,155). Sum of RGB (Red+Green+Blue) = 171+71+155=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB479B is #54B864. Grayscale: #6E6E6E. Windows color (decimal): -5552229 or 10176427. OLE color: 10176427.

HSL color Cylindrical-coordinate representation of color #AB479B: hue angle of 309.6º 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 #AB479B is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17171155-
CMYK00.580.090.33
HSL309.6º41.32%47.45%-
HSV(B)309.6º58.48%67.06%-
XYZ24.9615.5332.69-
YUV110.48153.13171.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 71 (28.12% from 255) = 17.88%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=43.07%
G=17.88%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717115500.580.090.33309.641.3247.45
HexAB479B03A921136292f
Octal25310723307211414665157
Binary1010101110001111001101101110101001100001100110110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB479B; }

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

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

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

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

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

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

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

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