#AC7BA1

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

Shades of Bouquet #AC7BA1

Tints of Bouquet #AC7BA1

Color information

#AC7BA1 (or 0xAC7BA1) is unknown color: approx Bouquet. HEX triplet: AC, 7B and A1. RGB value is (172,123,161). Sum of RGB (Red+Green+Blue) = 172+123+161=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7BA1 is #53845E. Grayscale: #8D8D8D. Windows color (decimal): -5473375 or 10582956. OLE color: 10582956.

HSL color Cylindrical-coordinate representation of color #AC7BA1: hue angle of 313.47º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7BA1 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB172123161-
CMYK00.280.060.33
HSL313.47º22.79%57.84%-
HSV(B)313.47º28.49%67.45%-
XYZ30.5325.5137.03-
YUV141.98138.73149.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 161 (63.28% from 255) = 35.31%
R=37.72%
G=26.97%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212316100.280.060.33313.4722.7957.84
HexAC7BA101C621139173a
Octal2541732410346414712772
Binary1010110011110111010000101110011010000110011100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7BA1; }

 p { color: rgb(172,123,161); }

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

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

 a { background-color: rgb(172,123,161); }

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

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

 span { border-color: rgb(172,123,161); }

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