#AC6798

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

Shades of Bouquet #AC6798

Tints of Bouquet #AC6798

Color information

#AC6798 (or 0xAC6798) is unknown color: approx Bouquet. HEX triplet: AC, 67 and 98. RGB value is (172,103,152). Sum of RGB (Red+Green+Blue) = 172+103+152=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6798 is #539867. Grayscale: #818181. Windows color (decimal): -5478504 or 9988012. OLE color: 9988012.

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

Color convert

RGB172103152-
CMYK00.400.120.33
HSL317.39º29.36%53.92%-
HSV(B)317.39º40.12%67.45%-
XYZ27.5320.7432.26-
YUV129.22140.86158.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 103 (40.62% from 255) = 24.12%
BLUE value IS 152 (59.77% from 255) = 35.60%
R=40.28%
G=24.12%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210315200.400.120.33317.3929.3653.92
HexAC6798028C2113d1d36
Octal25414723005014414753566
Binary101011001100111100110000101000110010000110011110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6798; }

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

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

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

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

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

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

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

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