#AF6999

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

Shades of Bouquet #AF6999

Tints of Bouquet #AF6999

Color information

#AF6999 (or 0xAF6999) is unknown color: approx Bouquet. HEX triplet: AF, 69 and 99. RGB value is (175,105,153). Sum of RGB (Red+Green+Blue) = 175+105+153=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6999 is #509666. Grayscale: #838383. Windows color (decimal): -5281383 or 10054063. OLE color: 10054063.

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

Color convert

RGB175105153-
CMYK00.400.130.31
HSL318.86º30.43%54.9%-
HSV(B)318.86º40%68.63%-
XYZ28.4821.5232.79-
YUV131.4140.19159.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=40.42%
G=24.25%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510515300.400.130.31318.8630.4354.9
HexAF6999028D1F13f1e37
Octal25715123105015374773667
Binary10101111110100110011001010100011011111110011111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6999; }

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

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

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

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

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

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

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

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