#AF6B9F

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

Shades of Bouquet #AF6B9F

Tints of Bouquet #AF6B9F

Color information

#AF6B9F (or 0xAF6B9F) is unknown color: approx Bouquet. HEX triplet: AF, 6B and 9F. RGB value is (175,107,159). Sum of RGB (Red+Green+Blue) = 175+107+159=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B9F is #509460. Grayscale: #858585. Windows color (decimal): -5280865 or 10447791. OLE color: 10447791.

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

Color convert

RGB175107159-
CMYK00.390.090.31
HSL314.12º29.82%55.29%-
HSV(B)314.12º38.86%68.63%-
XYZ29.1922.1335.53-
YUV133.26142.53157.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 107 (42.19% from 255) = 24.26%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=39.68%
G=24.26%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510715900.390.090.31314.1229.8255.29
HexAF6B9F02791F13a1e37
Octal25715323704711374723667
Binary10101111110101110011111010011110011111110011101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B9F; }

 p { color: rgb(175,107,159); }

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

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

 a { background-color: rgb(175,107,159); }

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

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

 span { border-color: rgb(175,107,159); }

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