#AF6D9D

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

Shades of Bouquet #AF6D9D

Tints of Bouquet #AF6D9D

Color information

#AF6D9D (or 0xAF6D9D) is unknown color: approx Bouquet. HEX triplet: AF, 6D and 9D. RGB value is (175,109,157). Sum of RGB (Red+Green+Blue) = 175+109+157=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D9D is #509262. Grayscale: #868686. Windows color (decimal): -5280355 or 10317231. OLE color: 10317231.

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

Color convert

RGB175109157-
CMYK00.380.100.31
HSL316.36º29.2%55.69%-
HSV(B)316.36º37.71%68.63%-
XYZ29.2322.4934.7-
YUV134.21140.87157.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 157 (61.72% from 255) = 35.60%
R=39.68%
G=24.72%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510915700.380.100.31316.3629.255.69
HexAF6D9D026A1F13c1d38
Octal25715523504612374743570
Binary10101111110110110011101010011010101111110011110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D9D; }

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

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

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

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

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

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

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

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