#AF8098

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

Shades of Bouquet #AF8098

Tints of Bouquet #AF8098

Color information

#AF8098 (or 0xAF8098) is unknown color: approx Bouquet. HEX triplet: AF, 80 and 98. RGB value is (175,128,152). Sum of RGB (Red+Green+Blue) = 175+128+152=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8098 is #507F67. Grayscale: #909090. Windows color (decimal): -5275496 or 9994415. OLE color: 9994415.

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

Color convert

RGB175128152-
CMYK00.270.130.31
HSL329.36º22.71%59.41%-
HSV(B)329.36º26.86%68.63%-
XYZ31.0726.8233.25-
YUV144.79132.07149.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=38.46%
G=28.13%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512815200.270.130.31329.3622.7159.41
HexAF809801BD1F149173b
Octal25720023003315375112773
Binary10101111100000001001100001101111011111110100100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8098; }

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

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

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

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

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

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

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

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