#AF7695

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

Shades of Bouquet #AF7695

Tints of Bouquet #AF7695

Color information

#AF7695 (or 0xAF7695) is unknown color: approx Bouquet. HEX triplet: AF, 76 and 95. RGB value is (175,118,149). Sum of RGB (Red+Green+Blue) = 175+118+149=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7695 is #50896A. Grayscale: #8A8A8A. Windows color (decimal): -5278059 or 9795247. OLE color: 9795247.

HSL color Cylindrical-coordinate representation of color #AF7695: hue angle of 327.37º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF7695 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB175118149-
CMYK00.330.150.31
HSL327.37º26.27%57.45%-
HSV(B)327.37º32.57%68.63%-
XYZ29.5824.2431.55-
YUV138.58133.88153.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 149 (58.59% from 255) = 33.71%
R=39.59%
G=26.70%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511814900.330.150.31327.3726.2757.45
HexAF7695021F1F1471a39
Octal25716622504117375073271
Binary10101111111011010010101010000111111111110100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7695; }

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

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

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

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

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

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

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

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