#AC48BE

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

Shades of Fuchsia #AC48BE

Tints of Fuchsia #AC48BE

Color information

#AC48BE (or 0xAC48BE) is unknown color: approx Fuchsia. HEX triplet: AC, 48 and BE. RGB value is (172,72,190). Sum of RGB (Red+Green+Blue) = 172+72+190=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC48BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC48BE is #53B741. Grayscale: #727272. Windows color (decimal): -5486402 or 12470444. OLE color: 12470444.

HSL color Cylindrical-coordinate representation of color #AC48BE: hue angle of 290.85º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC48BE is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17272190-
CMYK0.090.6200.25
HSL290.85º47.58%51.37%-
HSV(B)290.85º62.11%74.51%-
XYZ28.6217.1250.51-
YUV115.35170.13168.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 72 (28.52% from 255) = 16.59%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=39.63%
G=16.59%
B=43.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172721900.090.6200.25290.8547.5851.37
HexAC48BE93E0191233033
Octal25411027611760314436063
Binary101011001001000101111101001111110011001100100011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC48BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC48BE; }

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

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

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

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

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

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

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

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