#AB48A0

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

Shades of Violet Blue #AB48A0

Tints of Violet Blue #AB48A0

Color information

#AB48A0 (or 0xAB48A0) is unknown color: approx Violet Blue. HEX triplet: AB, 48 and A0. RGB value is (171,72,160). Sum of RGB (Red+Green+Blue) = 171+72+160=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB48A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB48A0 is #54B75F. Grayscale: #6F6F6F. Windows color (decimal): -5551968 or 10504363. OLE color: 10504363.

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

Color convert

RGB17172160-
CMYK00.580.060.33
HSL306.67º40.74%47.65%-
HSV(B)306.67º57.89%67.06%-
XYZ25.4615.8334.97-
YUV111.63155.3170.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.43%
GREEN value IS 72 (28.52% from 255) = 17.87%
BLUE value IS 160 (62.89% from 255) = 39.70%
R=42.43%
G=17.87%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717216000.580.060.33306.6740.7447.65
HexAB48A003A6211332930
Octal2531102400726414635160
Binary101010111001000101000000111010110100001100110011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB48A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB48A0; }

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

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

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

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

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

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

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

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