#AF6E9E

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

Shades of Bouquet #AF6E9E

Tints of Bouquet #AF6E9E

Color information

#AF6E9E (or 0xAF6E9E) is unknown color: approx Bouquet. HEX triplet: AF, 6E and 9E. RGB value is (175,110,158). Sum of RGB (Red+Green+Blue) = 175+110+158=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6E9E is #509161. Grayscale: #868686. Windows color (decimal): -5280098 or 10383023. OLE color: 10383023.

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

Color convert

RGB175110158-
CMYK00.370.100.31
HSL315.69º28.89%55.88%-
HSV(B)315.69º37.14%68.63%-
XYZ29.4322.7335.18-
YUV134.91141.03156.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 110 (43.36% from 255) = 24.83%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=39.50%
G=24.83%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511015800.370.100.31315.6928.8955.88
HexAF6E9E025A1F13c1d38
Octal25715623604512374743570
Binary10101111110111010011110010010110101111110011110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E9E; }

 p { color: rgb(175,110,158); }

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

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

 a { background-color: rgb(175,110,158); }

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

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

 span { border-color: rgb(175,110,158); }

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