#AC75A3

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

Shades of Bouquet #AC75A3

Tints of Bouquet #AC75A3

Color information

#AC75A3 (or 0xAC75A3) is unknown color: approx Bouquet. HEX triplet: AC, 75 and A3. RGB value is (172,117,163). Sum of RGB (Red+Green+Blue) = 172+117+163=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC75A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC75A3 is #538A5C. Grayscale: #8A8A8A. Windows color (decimal): -5474909 or 10712492. OLE color: 10712492.

HSL color Cylindrical-coordinate representation of color #AC75A3: hue angle of 309.82º 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 #AC75A3 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB172117163-
CMYK00.320.050.33
HSL309.82º24.89%56.67%-
HSV(B)309.82º31.98%67.45%-
XYZ29.9924.1437.73-
YUV138.69141.72151.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 163 (64.06% from 255) = 36.06%
R=38.05%
G=25.88%
B=36.06%

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
Decimal17211716300.320.050.33309.8224.8956.67
HexAC75A30205211361939
Octal2541652430405414663171
Binary10101100111010110100011010000010110000110011011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC75A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC75A3; }

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

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

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

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

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

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

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

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