#AF699D

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

Shades of Bouquet #AF699D

Tints of Bouquet #AF699D

Color information

#AF699D (or 0xAF699D) is unknown color: approx Bouquet. HEX triplet: AF, 69 and 9D. RGB value is (175,105,157). Sum of RGB (Red+Green+Blue) = 175+105+157=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF699D is #509662. Grayscale: #838383. Windows color (decimal): -5281379 or 10316207. OLE color: 10316207.

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

Color convert

RGB175105157-
CMYK00.400.100.31
HSL315.43º30.43%54.9%-
HSV(B)315.43º40%68.63%-
XYZ28.8221.6534.56-
YUV131.86142.19158.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=40.05%
G=24.03%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510515700.400.100.31315.4330.4354.9
HexAF699D028A1F13b1e37
Octal25715123505012374733667
Binary10101111110100110011101010100010101111110011101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF699D; }

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

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

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

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

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

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

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

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