#AC3AAA

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

Shades of Fuchsia #AC3AAA

Tints of Fuchsia #AC3AAA

Color information

#AC3AAA (or 0xAC3AAA) is unknown color: approx Fuchsia. HEX triplet: AC, 3A and AA. RGB value is (172,58,170). Sum of RGB (Red+Green+Blue) = 172+58+170=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3AAA is #53C555. Grayscale: #686868. Windows color (decimal): -5490006 or 11156140. OLE color: 11156140.

HSL color Cylindrical-coordinate representation of color #AC3AAA: hue angle of 301.05º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3AAA is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17258170-
CMYK00.660.010.33
HSL301.05º49.57%45.1%-
HSV(B)301.05º66.28%67.45%-
XYZ25.7814.739.51-
YUV104.85164.77175.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 58 (23.05% from 255) = 14.5%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=43%
G=14.5%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725817000.660.010.33301.0549.5745.1
HexAC3AAA04212112d322d
Octal2547225201021414556255
Binary1010110011101010101010010000101100001100101101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3AAA; }

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

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

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

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

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

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

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

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