#AB479A

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

Shades of Violet Blue #AB479A

Tints of Violet Blue #AB479A

Color information

#AB479A (or 0xAB479A) is unknown color: approx Violet Blue. HEX triplet: AB, 47 and 9A. RGB value is (171,71,154). Sum of RGB (Red+Green+Blue) = 171+71+154=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB479A is #54B865. Grayscale: #6E6E6E. Windows color (decimal): -5552230 or 10110891. OLE color: 10110891.

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

Color convert

RGB17171154-
CMYK00.580.100.33
HSL310.2º41.32%47.45%-
HSV(B)310.2º58.48%67.06%-
XYZ24.8815.532.25-
YUV110.36152.63171.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 71 (28.12% from 255) = 17.93%
BLUE value IS 154 (60.55% from 255) = 38.89%
R=43.18%
G=17.93%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717115400.580.100.33310.241.3247.45
HexAB479A03AA21136292f
Octal25310723207212414665157
Binary1010101110001111001101001110101010100001100110110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB479A; }

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

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

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

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

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

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

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

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