#AC6695

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

Shades of Bouquet #AC6695

Tints of Bouquet #AC6695

Color information

#AC6695 (or 0xAC6695) is unknown color: approx Bouquet. HEX triplet: AC, 66 and 95. RGB value is (172,102,149). Sum of RGB (Red+Green+Blue) = 172+102+149=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6695 is #53996A. Grayscale: #808080. Windows color (decimal): -5478763 or 9791148. OLE color: 9791148.

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

Color convert

RGB172102149-
CMYK00.410.130.33
HSL319.71º29.66%53.73%-
HSV(B)319.71º40.7%67.45%-
XYZ27.1920.4430.95-
YUV128.29139.69159.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=40.66%
G=24.11%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210214900.410.130.33319.7129.6653.73
HexAC6695029D211401e36
Octal25414622505115415003666
Binary101011001100110100101010101001110110000110100000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6695; }

 p { color: rgb(172,102,149); }

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

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

 a { background-color: rgb(172,102,149); }

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

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

 span { border-color: rgb(172,102,149); }

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