#AF829C

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

Shades of Bouquet #AF829C

Tints of Bouquet #AF829C

Color information

#AF829C (or 0xAF829C) is unknown color: approx Bouquet. HEX triplet: AF, 82 and 9C. RGB value is (175,130,156). Sum of RGB (Red+Green+Blue) = 175+130+156=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF829C is #507D63. Grayscale: #929292. Windows color (decimal): -5274980 or 10257071. OLE color: 10257071.

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

Color convert

RGB175130156-
CMYK00.260.110.31
HSL325.33º21.95%59.8%-
HSV(B)325.33º25.71%68.63%-
XYZ31.6627.4835.09-
YUV146.42133.41148.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=37.96%
G=28.20%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513015600.260.110.31325.3321.9559.8
HexAF829C01AB1F145163c
Octal25720223403213375052674
Binary10101111100000101001110001101010111111110100010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF829C; }

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

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

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

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

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

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

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

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