#AC4CBD

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

Shades of Fuchsia #AC4CBD

Tints of Fuchsia #AC4CBD

Color information

#AC4CBD (or 0xAC4CBD) is unknown color: approx Fuchsia. HEX triplet: AC, 4C and BD. RGB value is (172,76,189). Sum of RGB (Red+Green+Blue) = 172+76+189=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC4CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CBD is #53B342. Grayscale: #757575. Windows color (decimal): -5485379 or 12405932. OLE color: 12405932.

HSL color Cylindrical-coordinate representation of color #AC4CBD: hue angle of 290.97º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4CBD is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17276189-
CMYK0.090.6000.26
HSL290.97º46.12%51.96%-
HSV(B)290.97º59.79%74.12%-
XYZ28.7817.6150.03-
YUV117.59168.3166.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 76 (30.08% from 255) = 17.39%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=39.36%
G=17.39%
B=43.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172761890.090.6000.26290.9746.1251.96
HexAC4CBD93C01A1232e34
Octal25411427511740324435664
Binary101011001001100101111011001111100011010100100011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4CBD; }

 p { color: rgb(172,76,189); }

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

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

 a { background-color: rgb(172,76,189); }

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

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

 span { border-color: rgb(172,76,189); }

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