#AC6794

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

Shades of Bouquet #AC6794

Tints of Bouquet #AC6794

Color information

#AC6794 (or 0xAC6794) is unknown color: approx Bouquet. HEX triplet: AC, 67 and 94. RGB value is (172,103,148). Sum of RGB (Red+Green+Blue) = 172+103+148=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6794 is #53986B. Grayscale: #808080. Windows color (decimal): -5478508 or 9725868. OLE color: 9725868.

HSL color Cylindrical-coordinate representation of color #AC6794: hue angle of 320.87º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6794 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB172103148-
CMYK00.400.140.33
HSL320.87º29.36%53.92%-
HSV(B)320.87º40.12%67.45%-
XYZ27.2120.6130.56-
YUV128.76138.86158.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 103 (40.62% from 255) = 24.35%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=40.66%
G=24.35%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210314800.400.140.33320.8729.3653.92
HexAC6794028E211411d36
Octal25414722405016415013566
Binary101011001100111100101000101000111010000110100000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6794; }

 p { color: rgb(172,103,148); }

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

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

 a { background-color: rgb(172,103,148); }

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

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

 span { border-color: rgb(172,103,148); }

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