#AF689A

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

Shades of Bouquet #AF689A

Tints of Bouquet #AF689A

Color information

#AF689A (or 0xAF689A) is unknown color: approx Bouquet. HEX triplet: AF, 68 and 9A. RGB value is (175,104,154). Sum of RGB (Red+Green+Blue) = 175+104+154=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF689A is #509765. Grayscale: #828282. Windows color (decimal): -5281638 or 10119343. OLE color: 10119343.

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

Color convert

RGB175104154-
CMYK00.410.120.31
HSL317.75º30.74%54.71%-
HSV(B)317.75º40.57%68.63%-
XYZ28.4621.3533.19-
YUV130.93141.02159.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 104 (41.02% from 255) = 24.02%
BLUE value IS 154 (60.55% from 255) = 35.57%
R=40.42%
G=24.02%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510415400.410.120.31317.7530.7454.71
HexAF689A029C1F13e1f37
Octal25715023205114374763767
Binary10101111110100010011010010100111001111110011111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF689A; }

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

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

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

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

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

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

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

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