#AB48B9

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

Shades of Fuchsia #AB48B9

Tints of Fuchsia #AB48B9

Color information

#AB48B9 (or 0xAB48B9) is unknown color: approx Fuchsia. HEX triplet: AB, 48 and B9. RGB value is (171,72,185). Sum of RGB (Red+Green+Blue) = 171+72+185=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB48B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48B9 is #54B746. Grayscale: #727272. Windows color (decimal): -5551943 or 12142763. OLE color: 12142763.

HSL color Cylindrical-coordinate representation of color #AB48B9: hue angle of 292.57º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB48B9 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17172185-
CMYK0.080.6100.27
HSL292.57º44.66%50.39%-
HSV(B)292.57º61.08%72.55%-
XYZ27.8716.847.67-
YUV114.48167.8168.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 72 (28.52% from 255) = 16.82%
BLUE value IS 185 (72.66% from 255) = 43.22%
R=39.95%
G=16.82%
B=43.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171721850.080.6100.27292.5744.6650.39
HexAB48B983D01B1252d32
Octal25311027110750334455562
Binary101010111001000101110011000111101011011100100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB48B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB48B9; }

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

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

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

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

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

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

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

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