#AC6693

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

Shades of Bouquet #AC6693

Tints of Bouquet #AC6693

Color information

#AC6693 (or 0xAC6693) is unknown color: approx Bouquet. HEX triplet: AC, 66 and 93. RGB value is (172,102,147). Sum of RGB (Red+Green+Blue) = 172+102+147=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6693 is #53996C. Grayscale: #7F7F7F. Windows color (decimal): -5478765 or 9660076. OLE color: 9660076.

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

Color convert

RGB172102147-
CMYK00.410.150.33
HSL321.43º29.66%53.73%-
HSV(B)321.43º40.7%67.45%-
XYZ27.0320.3830.11-
YUV128.06138.69159.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=40.86%
G=24.23%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210214700.410.150.33321.4329.6653.73
HexAC6693029F211411e36
Octal25414622305117415013666
Binary101011001100110100100110101001111110000110100000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6693; }

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

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

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

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

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

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

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

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