#AF6C99

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

Shades of Bouquet #AF6C99

Tints of Bouquet #AF6C99

Color information

#AF6C99 (or 0xAF6C99) is unknown color: approx Bouquet. HEX triplet: AF, 6C and 99. RGB value is (175,108,153). Sum of RGB (Red+Green+Blue) = 175+108+153=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C99 is #509366. Grayscale: #858585. Windows color (decimal): -5280615 or 10054831. OLE color: 10054831.

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

Color convert

RGB175108153-
CMYK00.380.130.31
HSL319.7º29.52%55.49%-
HSV(B)319.7º38.29%68.63%-
XYZ28.7922.1432.89-
YUV133.16139.2157.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 108 (42.58% from 255) = 24.77%
BLUE value IS 153 (60.16% from 255) = 35.09%
R=40.14%
G=24.77%
B=35.09%

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
Decimal17510815300.380.130.31319.729.5255.49
HexAF6C99026D1F1401e37
Octal25715423104615375003667
Binary10101111110110010011001010011011011111110100000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C99; }

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

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

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

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

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

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

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

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