#AC6597

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

Shades of Bouquet #AC6597

Tints of Bouquet #AC6597

Color information

#AC6597 (or 0xAC6597) is unknown color: approx Bouquet. HEX triplet: AC, 65 and 97. RGB value is (172,101,151). Sum of RGB (Red+Green+Blue) = 172+101+151=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6597 is #539A68. Grayscale: #7F7F7F. Windows color (decimal): -5479017 or 9921964. OLE color: 9921964.

HSL color Cylindrical-coordinate representation of color #AC6597: hue angle of 317.75º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6597 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB172101151-
CMYK00.410.120.33
HSL317.75º29.96%53.53%-
HSV(B)317.75º41.28%67.45%-
XYZ27.2520.3131.76-
YUV127.93141.02159.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 151 (59.38% from 255) = 35.61%
R=40.57%
G=23.82%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210115100.410.120.33317.7529.9653.53
HexAC6597029C2113e1e36
Octal25414522705114414763666
Binary101011001100101100101110101001110010000110011111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6597; }

 p { color: rgb(172,101,151); }

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

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

 a { background-color: rgb(172,101,151); }

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

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

 span { border-color: rgb(172,101,151); }

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