#AF6D96

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

Shades of Bouquet #AF6D96

Tints of Bouquet #AF6D96

Color information

#AF6D96 (or 0xAF6D96) is unknown color: approx Bouquet. HEX triplet: AF, 6D and 96. RGB value is (175,109,150). Sum of RGB (Red+Green+Blue) = 175+109+150=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D96 is #509269. Grayscale: #858585. Windows color (decimal): -5280362 or 9858479. OLE color: 9858479.

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

Color convert

RGB175109150-
CMYK00.380.140.31
HSL322.73º29.2%55.69%-
HSV(B)322.73º37.71%68.63%-
XYZ28.6522.2531.64-
YUV133.41137.37157.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 150 (58.98% from 255) = 34.56%
R=40.32%
G=25.12%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510915000.380.140.31322.7329.255.69
HexAF6D96026E1F1431d38
Octal25715522604616375033570
Binary10101111110110110010110010011011101111110100001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D96; }

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

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

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

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

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

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

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

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