#AF6D95

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

Shades of Bouquet #AF6D95

Tints of Bouquet #AF6D95

Color information

#AF6D95 (or 0xAF6D95) is unknown color: approx Bouquet. HEX triplet: AF, 6D and 95. RGB value is (175,109,149). Sum of RGB (Red+Green+Blue) = 175+109+149=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D95 is #50926A. Grayscale: #858585. Windows color (decimal): -5280363 or 9792943. OLE color: 9792943.

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

Color convert

RGB175109149-
CMYK00.380.150.31
HSL323.64º29.2%55.69%-
HSV(B)323.64º37.71%68.63%-
XYZ28.5722.2231.22-
YUV133.29136.87157.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 149 (58.59% from 255) = 34.41%
R=40.42%
G=25.17%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510914900.380.150.31323.6429.255.69
HexAF6D95026F1F1441d38
Octal25715522504617375043570
Binary10101111110110110010101010011011111111110100010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D95; }

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

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

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

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

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

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

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

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