#AF7A95

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

Shades of Bouquet #AF7A95

Tints of Bouquet #AF7A95

Color information

#AF7A95 (or 0xAF7A95) is unknown color: approx Bouquet. HEX triplet: AF, 7A and 95. RGB value is (175,122,149). Sum of RGB (Red+Green+Blue) = 175+122+149=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7A95 is #50856A. Grayscale: #8C8C8C. Windows color (decimal): -5277035 or 9796271. OLE color: 9796271.

HSL color Cylindrical-coordinate representation of color #AF7A95: hue angle of 329.43º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7A95 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB175122149-
CMYK00.300.150.31
HSL329.43º24.88%58.24%-
HSV(B)329.43º30.29%68.63%-
XYZ30.0625.231.71-
YUV140.92132.56152.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 122 (48.05% from 255) = 27.35%
BLUE value IS 149 (58.59% from 255) = 33.41%
R=39.24%
G=27.35%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512214900.300.150.31329.4324.8858.24
HexAF7A9501EF1F149193a
Octal25717222503617375113172
Binary1010111111110101001010101111011111111110100100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A95; }

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

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

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

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

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

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

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

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