#AF829E

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

Shades of Bouquet #AF829E

Tints of Bouquet #AF829E

Color information

#AF829E (or 0xAF829E) is unknown color: approx Bouquet. HEX triplet: AF, 82 and 9E. RGB value is (175,130,158). Sum of RGB (Red+Green+Blue) = 175+130+158=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF829E is #507D61. Grayscale: #929292. Windows color (decimal): -5274978 or 10388143. OLE color: 10388143.

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

Color convert

RGB175130158-
CMYK00.260.100.31
HSL322.67º21.95%59.8%-
HSV(B)322.67º25.71%68.63%-
XYZ31.8327.5535.99-
YUV146.65134.41148.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=37.80%
G=28.08%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513015800.260.100.31322.6721.9559.8
HexAF829E01AA1F143163c
Octal25720223603212375032674
Binary10101111100000101001111001101010101111110100001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF829E; }

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

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

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

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

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

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

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

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