#AF689D

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

Shades of Bouquet #AF689D

Tints of Bouquet #AF689D

Color information

#AF689D (or 0xAF689D) is unknown color: approx Bouquet. HEX triplet: AF, 68 and 9D. RGB value is (175,104,157). Sum of RGB (Red+Green+Blue) = 175+104+157=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF689D is #509762. Grayscale: #838383. Windows color (decimal): -5281635 or 10315951. OLE color: 10315951.

HSL color Cylindrical-coordinate representation of color #AF689D: hue angle of 315.21º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF689D is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB175104157-
CMYK00.410.100.31
HSL315.21º30.74%54.71%-
HSV(B)315.21º40.57%68.63%-
XYZ28.7221.4534.52-
YUV131.27142.52159.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 157 (61.72% from 255) = 36.01%
R=40.14%
G=23.85%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510415700.410.100.31315.2130.7454.71
HexAF689D029A1F13b1f37
Octal25715023505112374733767
Binary10101111110100010011101010100110101111110011101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF689D; }

 p { color: rgb(175,104,157); }

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

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

 a { background-color: rgb(175,104,157); }

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

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

 span { border-color: rgb(175,104,157); }

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