#AC7CA1

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

Shades of Bouquet #AC7CA1

Tints of Bouquet #AC7CA1

Color information

#AC7CA1 (or 0xAC7CA1) is unknown color: approx Bouquet. HEX triplet: AC, 7C and A1. RGB value is (172,124,161). Sum of RGB (Red+Green+Blue) = 172+124+161=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7CA1 is #53835E. Grayscale: #8E8E8E. Windows color (decimal): -5473119 or 10583212. OLE color: 10583212.

HSL color Cylindrical-coordinate representation of color #AC7CA1: hue angle of 313.75º degrees, saturation: 0.22, 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 #AC7CA1 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB172124161-
CMYK00.280.060.33
HSL313.75º22.43%58.04%-
HSV(B)313.75º27.91%67.45%-
XYZ30.6525.7637.07-
YUV142.57138.4148.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 161 (63.28% from 255) = 35.23%
R=37.64%
G=27.13%
B=35.23%

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
Decimal17212416100.280.060.33313.7522.4358.04
HexAC7CA101C62113a163a
Octal2541742410346414722672
Binary1010110011111001010000101110011010000110011101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7CA1; }

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

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

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

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

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

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

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

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