#AF8298

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

Shades of Bouquet #AF8298

Tints of Bouquet #AF8298

Color information

#AF8298 (or 0xAF8298) is unknown color: approx Bouquet. HEX triplet: AF, 82 and 98. RGB value is (175,130,152). Sum of RGB (Red+Green+Blue) = 175+130+152=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8298 is #507D67. Grayscale: #919191. Windows color (decimal): -5274984 or 9994927. OLE color: 9994927.

HSL color Cylindrical-coordinate representation of color #AF8298: hue angle of 330.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8298 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB175130152-
CMYK00.260.130.31
HSL330.67º21.95%59.8%-
HSV(B)330.67º25.71%68.63%-
XYZ31.3327.3533.33-
YUV145.96131.41148.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=38.29%
G=28.45%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513015200.260.130.31330.6721.9559.8
HexAF829801AD1F14b163c
Octal25720223003215375132674
Binary10101111100000101001100001101011011111110100101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8298; }

 p { color: rgb(175,130,152); }

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

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

 a { background-color: rgb(175,130,152); }

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

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

 span { border-color: rgb(175,130,152); }

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