#AF6D99

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

Shades of Bouquet #AF6D99

Tints of Bouquet #AF6D99

Color information

#AF6D99 (or 0xAF6D99) is unknown color: approx Bouquet. HEX triplet: AF, 6D and 99. RGB value is (175,109,153). Sum of RGB (Red+Green+Blue) = 175+109+153=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D99 is #509266. Grayscale: #858585. Windows color (decimal): -5280359 or 10055087. OLE color: 10055087.

HSL color Cylindrical-coordinate representation of color #AF6D99: hue angle of 320º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6D99 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB175109153-
CMYK00.380.130.31
HSL320º29.2%55.69%-
HSV(B)320º37.71%68.63%-
XYZ28.922.3532.93-
YUV133.75138.87157.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 109 (42.97% from 255) = 24.94%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=40.05%
G=24.94%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510915300.380.130.3132029.255.69
HexAF6D99026D1F1401d38
Octal25715523104615375003570
Binary10101111110110110011001010011011011111110100000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D99; }

 p { color: rgb(175,109,153); }

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

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

 a { background-color: rgb(175,109,153); }

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

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

 span { border-color: rgb(175,109,153); }

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