#AF6899

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

Shades of Bouquet #AF6899

Tints of Bouquet #AF6899

Color information

#AF6899 (or 0xAF6899) is unknown color: approx Bouquet. HEX triplet: AF, 68 and 99. RGB value is (175,104,153). Sum of RGB (Red+Green+Blue) = 175+104+153=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6899 is #509766. Grayscale: #828282. Windows color (decimal): -5281639 or 10053807. OLE color: 10053807.

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

Color convert

RGB175104153-
CMYK00.410.130.31
HSL318.59º30.74%54.71%-
HSV(B)318.59º40.57%68.63%-
XYZ28.3821.3132.76-
YUV130.82140.52159.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 104 (41.02% from 255) = 24.07%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=40.51%
G=24.07%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510415300.410.130.31318.5930.7454.71
HexAF6899029D1F13f1f37
Octal25715023105115374773767
Binary10101111110100010011001010100111011111110011111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6899; }

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

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

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

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

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

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

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

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