#AB46A5

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

Shades of Violet Blue #AB46A5

Tints of Violet Blue #AB46A5

Color information

#AB46A5 (or 0xAB46A5) is unknown color: approx Violet Blue. HEX triplet: AB, 46 and A5. RGB value is (171,70,165). Sum of RGB (Red+Green+Blue) = 171+70+165=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB46A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB46A5 is #54B95A. Grayscale: #6E6E6E. Windows color (decimal): -5552475 or 10831531. OLE color: 10831531.

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

Color convert

RGB17170165-
CMYK00.590.040.33
HSL303.56º41.91%47.25%-
HSV(B)303.56º59.06%67.06%-
XYZ25.7815.7537.28-
YUV111.03158.46170.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 70 (27.73% from 255) = 17.24%
BLUE value IS 165 (64.84% from 255) = 40.64%
R=42.12%
G=17.24%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717016500.590.040.33303.5641.9147.25
HexAB46A503B4211302a2f
Octal2531062450734414605257
Binary101010111000110101001010111011100100001100110000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB46A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB46A5; }

 p { color: rgb(171,70,165); }

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

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

 a { background-color: rgb(171,70,165); }

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

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

 span { border-color: rgb(171,70,165); }

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