#AF8099

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

Shades of Bouquet #AF8099

Tints of Bouquet #AF8099

Color information

#AF8099 (or 0xAF8099) is unknown color: approx Bouquet. HEX triplet: AF, 80 and 99. RGB value is (175,128,153). Sum of RGB (Red+Green+Blue) = 175+128+153=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8099 is #507F66. Grayscale: #909090. Windows color (decimal): -5275495 or 10059951. OLE color: 10059951.

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

Color convert

RGB175128153-
CMYK00.270.130.31
HSL328.09º22.71%59.41%-
HSV(B)328.09º26.86%68.63%-
XYZ31.1526.8533.68-
YUV144.9132.57149.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=38.38%
G=28.07%
B=33.55%

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
Decimal17512815300.270.130.31328.0922.7159.41
HexAF809901BD1F148173b
Octal25720023103315375102773
Binary10101111100000001001100101101111011111110100100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8099; }

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

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

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

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

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

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

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

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