#AB48A5

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

Shades of Violet Blue #AB48A5

Tints of Violet Blue #AB48A5

Color information

#AB48A5 (or 0xAB48A5) is unknown color: approx Violet Blue. HEX triplet: AB, 48 and A5. RGB value is (171,72,165). Sum of RGB (Red+Green+Blue) = 171+72+165=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB48A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB48A5 is #54B75A. Grayscale: #6F6F6F. Windows color (decimal): -5551963 or 10832043. OLE color: 10832043.

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

Color convert

RGB17172165-
CMYK00.580.040.33
HSL303.64º40.74%47.65%-
HSV(B)303.64º57.89%67.06%-
XYZ25.916.0137.32-
YUV112.2157.8169.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 72 (28.52% from 255) = 17.65%
BLUE value IS 165 (64.84% from 255) = 40.44%
R=41.91%
G=17.65%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717216500.580.040.33303.6440.7447.65
HexAB48A503A4211302930
Octal2531102450724414605160
Binary101010111001000101001010111010100100001100110000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB48A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB48A5; }

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

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

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

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

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

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

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

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