#AC3AB7

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

Shades of Fuchsia #AC3AB7

Tints of Fuchsia #AC3AB7

Color information

#AC3AB7 (or 0xAC3AB7) is unknown color: approx Fuchsia. HEX triplet: AC, 3A and B7. RGB value is (172,58,183). Sum of RGB (Red+Green+Blue) = 172+58+183=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC3AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3AB7 is #53C548. Grayscale: #696969. Windows color (decimal): -5489993 or 12008108. OLE color: 12008108.

HSL color Cylindrical-coordinate representation of color #AC3AB7: hue angle of 294.72º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC3AB7 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17258183-
CMYK0.060.6800.28
HSL294.72º51.87%47.25%-
HSV(B)294.72º68.31%71.76%-
XYZ27.0715.2246.31-
YUV106.34171.27174.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 58 (23.05% from 255) = 14.04%
BLUE value IS 183 (71.88% from 255) = 44.31%
R=41.65%
G=14.04%
B=44.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172581830.060.6800.28294.7251.8747.25
HexAC3AB764401C127342f
Octal2547226761040344476457
Binary10101100111010101101111101000100011100100100111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3AB7; }

 p { color: rgb(172,58,183); }

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

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

 a { background-color: rgb(172,58,183); }

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

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

 span { border-color: rgb(172,58,183); }

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