#AC48BA

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

Shades of Fuchsia #AC48BA

Tints of Fuchsia #AC48BA

Color information

#AC48BA (or 0xAC48BA) is unknown color: approx Fuchsia. HEX triplet: AC, 48 and BA. RGB value is (172,72,186). Sum of RGB (Red+Green+Blue) = 172+72+186=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC48BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC48BA is #53B745. Grayscale: #727272. Windows color (decimal): -5486406 or 12208300. OLE color: 12208300.

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

Color convert

RGB17272186-
CMYK0.080.6100.27
HSL292.63º45.24%50.59%-
HSV(B)292.63º61.29%72.94%-
XYZ28.1916.9548.24-
YUV114.9168.13168.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 72 (28.52% from 255) = 16.74%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=40%
G=16.74%
B=43.26%

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
Decimal172721860.080.6100.27292.6345.2450.59
HexAC48BA83D01B1252d33
Octal25411027210750334455563
Binary101011001001000101110101000111101011011100100101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC48BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC48BA; }

 p { color: rgb(172,72,186); }

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

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

 a { background-color: rgb(172,72,186); }

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

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

 span { border-color: rgb(172,72,186); }

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