#AC6998

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

Shades of Bouquet #AC6998

Tints of Bouquet #AC6998

Color information

#AC6998 (or 0xAC6998) is unknown color: approx Bouquet. HEX triplet: AC, 69 and 98. RGB value is (172,105,152). Sum of RGB (Red+Green+Blue) = 172+105+152=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6998 is #539667. Grayscale: #828282. Windows color (decimal): -5477992 or 9988524. OLE color: 9988524.

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

Color convert

RGB172105152-
CMYK00.390.120.33
HSL317.91º28.76%54.31%-
HSV(B)317.91º38.95%67.45%-
XYZ27.7321.1432.32-
YUV130.39140.2157.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=40.09%
G=24.48%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210515200.390.120.33317.9128.7654.31
HexAC6998027C2113e1d36
Octal25415123004714414763566
Binary101011001101001100110000100111110010000110011111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6998; }

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

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

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

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

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

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

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

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