#AC6394

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

Shades of Bouquet #AC6394

Tints of Bouquet #AC6394

Color information

#AC6394 (or 0xAC6394) is unknown color: approx Bouquet. HEX triplet: AC, 63 and 94. RGB value is (172,99,148). Sum of RGB (Red+Green+Blue) = 172+99+148=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6394 is #539C6B. Grayscale: #7E7E7E. Windows color (decimal): -5479532 or 9724844. OLE color: 9724844.

HSL color Cylindrical-coordinate representation of color #AC6394: hue angle of 319.73º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6394 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB17299148-
CMYK00.420.140.33
HSL319.73º30.54%53.14%-
HSV(B)319.73º42.44%67.45%-
XYZ26.8219.8330.43-
YUV126.41140.18160.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=41.05%
G=23.63%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729914800.420.140.33319.7330.5453.14
HexAC639402AE211401f35
Octal25414322405216415003765
Binary101011001100011100101000101010111010000110100000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6394; }

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

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

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

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

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

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

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

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