#AF689C

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

Shades of Bouquet #AF689C

Tints of Bouquet #AF689C

Color information

#AF689C (or 0xAF689C) is unknown color: approx Bouquet. HEX triplet: AF, 68 and 9C. RGB value is (175,104,156). Sum of RGB (Red+Green+Blue) = 175+104+156=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF689C is #509763. Grayscale: #838383. Windows color (decimal): -5281636 or 10250415. OLE color: 10250415.

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

Color convert

RGB175104156-
CMYK00.410.110.31
HSL316.06º30.74%54.71%-
HSV(B)316.06º40.57%68.63%-
XYZ28.6321.4134.08-
YUV131.16142.02159.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 104 (41.02% from 255) = 23.91%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=40.23%
G=23.91%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510415600.410.110.31316.0630.7454.71
HexAF689C029B1F13c1f37
Octal25715023405113374743767
Binary10101111110100010011100010100110111111110011110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF689C; }

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

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

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

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

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

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

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

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