#AC4BB1

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

Shades of Fuchsia #AC4BB1

Tints of Fuchsia #AC4BB1

Color information

#AC4BB1 (or 0xAC4BB1) is unknown color: approx Fuchsia. HEX triplet: AC, 4B and B1. RGB value is (172,75,177). Sum of RGB (Red+Green+Blue) = 172+75+177=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC4BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4BB1 is #53B44E. Grayscale: #737373. Windows color (decimal): -5485647 or 11619244. OLE color: 11619244.

HSL color Cylindrical-coordinate representation of color #AC4BB1: hue angle of 297.06º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4BB1 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17275177-
CMYK0.030.5800.31
HSL297.06º40.48%49.41%-
HSV(B)297.06º57.63%69.41%-
XYZ27.4716.9843.42-
YUV115.63162.64168.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 75 (29.69% from 255) = 17.69%
BLUE value IS 177 (69.53% from 255) = 41.75%
R=40.57%
G=17.69%
B=41.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172751770.030.5800.31297.0640.4849.41
HexAC4BB133A01F1292831
Octal2541132613720374515061
Binary1010110010010111011000111111010011111100101001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4BB1; }

 p { color: rgb(172,75,177); }

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

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

 a { background-color: rgb(172,75,177); }

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

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

 span { border-color: rgb(172,75,177); }

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