#AC75A4

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

Shades of Bouquet #AC75A4

Tints of Bouquet #AC75A4

Color information

#AC75A4 (or 0xAC75A4) is unknown color: approx Bouquet. HEX triplet: AC, 75 and A4. RGB value is (172,117,164). Sum of RGB (Red+Green+Blue) = 172+117+164=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC75A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC75A4 is #538A5B. Grayscale: #8A8A8A. Windows color (decimal): -5474908 or 10778028. OLE color: 10778028.

HSL color Cylindrical-coordinate representation of color #AC75A4: hue angle of 308.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC75A4 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB172117164-
CMYK00.320.050.33
HSL308.73º24.89%56.67%-
HSV(B)308.73º31.98%67.45%-
XYZ30.0824.1738.2-
YUV138.8142.22151.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 164 (64.45% from 255) = 36.20%
R=37.97%
G=25.83%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211716400.320.050.33308.7324.8956.67
HexAC75A40205211351939
Octal2541652440405414653171
Binary10101100111010110100100010000010110000110011010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC75A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC75A4; }

 p { color: rgb(172,117,164); }

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

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

 a { background-color: rgb(172,117,164); }

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

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

 span { border-color: rgb(172,117,164); }

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