#AC44BE

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

Shades of Fuchsia #AC44BE

Tints of Fuchsia #AC44BE

Color information

#AC44BE (or 0xAC44BE) is unknown color: approx Fuchsia. HEX triplet: AC, 44 and BE. RGB value is (172,68,190). Sum of RGB (Red+Green+Blue) = 172+68+190=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC44BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC44BE is #53BB41. Grayscale: #707070. Windows color (decimal): -5487426 or 12469420. OLE color: 12469420.

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

Color convert

RGB17268190-
CMYK0.090.6400.25
HSL291.15º48.41%50.59%-
HSV(B)291.15º64.21%74.51%-
XYZ28.3716.6250.43-
YUV113171.46170.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 68 (26.95% from 255) = 15.81%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=40%
G=15.81%
B=44.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172681900.090.6400.25291.1548.4150.59
HexAC44BE9400191233033
Octal254104276111000314436063
Binary1010110010001001011111010011000000011001100100011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC44BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC44BE; }

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

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

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

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

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

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

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

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