#AC6795

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

Shades of Bouquet #AC6795

Tints of Bouquet #AC6795

Color information

#AC6795 (or 0xAC6795) is unknown color: approx Bouquet. HEX triplet: AC, 67 and 95. RGB value is (172,103,149). Sum of RGB (Red+Green+Blue) = 172+103+149=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6795 is #53986A. Grayscale: #808080. Windows color (decimal): -5478507 or 9791404. OLE color: 9791404.

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

Color convert

RGB172103149-
CMYK00.400.130.33
HSL320º29.36%53.92%-
HSV(B)320º40.12%67.45%-
XYZ27.2920.6430.98-
YUV128.88139.36158.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 103 (40.62% from 255) = 24.29%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=40.57%
G=24.29%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210314900.400.130.3332029.3653.92
HexAC6795028D211401d36
Octal25414722505015415003566
Binary101011001100111100101010101000110110000110100000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6795; }

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

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

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

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

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

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

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

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