#AC45BA

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

Shades of Fuchsia #AC45BA

Tints of Fuchsia #AC45BA

Color information

#AC45BA (or 0xAC45BA) is unknown color: approx Fuchsia. HEX triplet: AC, 45 and BA. RGB value is (172,69,186). Sum of RGB (Red+Green+Blue) = 172+69+186=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC45BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC45BA is #53BA45. Grayscale: #707070. Windows color (decimal): -5487174 or 12207532. OLE color: 12207532.

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

Color convert

RGB17269186-
CMYK0.080.6300.27
HSL292.82º45.88%50%-
HSV(B)292.82º62.9%72.94%-
XYZ2816.5748.18-
YUV113.14169.12169.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 69 (27.34% from 255) = 16.16%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=40.28%
G=16.16%
B=43.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172691860.080.6300.27292.8245.8850
HexAC45BA83F01B1252e32
Octal25410527210770334455662
Binary101011001000101101110101000111111011011100100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC45BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC45BA; }

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

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

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

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

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

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

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

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