#AF859A

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

Shades of Bouquet #AF859A

Tints of Bouquet #AF859A

Color information

#AF859A (or 0xAF859A) is unknown color: approx Bouquet. HEX triplet: AF, 85 and 9A. RGB value is (175,133,154). Sum of RGB (Red+Green+Blue) = 175+133+154=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF859A is #507A65. Grayscale: #939393. Windows color (decimal): -5274214 or 10126767. OLE color: 10126767.

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

Color convert

RGB175133154-
CMYK00.240.120.31
HSL330º20.79%60.39%-
HSV(B)330º24%68.63%-
XYZ31.928.2234.34-
YUV147.95131.41147.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 154 (60.55% from 255) = 33.33%
R=37.88%
G=28.79%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513315400.240.120.3133020.7960.39
HexAF859A018C1F14a153c
Octal25720523203014375122574
Binary10101111100001011001101001100011001111110100101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF859A; }

 p { color: rgb(175,133,154); }

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

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

 a { background-color: rgb(175,133,154); }

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

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

 span { border-color: rgb(175,133,154); }

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