#AF6D9B

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

Shades of Bouquet #AF6D9B

Tints of Bouquet #AF6D9B

Color information

#AF6D9B (or 0xAF6D9B) is unknown color: approx Bouquet. HEX triplet: AF, 6D and 9B. RGB value is (175,109,155). Sum of RGB (Red+Green+Blue) = 175+109+155=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D9B is #509264. Grayscale: #858585. Windows color (decimal): -5280357 or 10186159. OLE color: 10186159.

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

Color convert

RGB175109155-
CMYK00.380.110.31
HSL318.18º29.2%55.69%-
HSV(B)318.18º37.71%68.63%-
XYZ29.0622.4233.81-
YUV133.98139.87157.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=39.86%
G=24.83%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510915500.380.110.31318.1829.255.69
HexAF6D9B026B1F13e1d38
Octal25715523304613374763570
Binary10101111110110110011011010011010111111110011111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D9B; }

 p { color: rgb(175,109,155); }

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

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

 a { background-color: rgb(175,109,155); }

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

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

 span { border-color: rgb(175,109,155); }

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