#AF7694

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

Shades of Bouquet #AF7694

Tints of Bouquet #AF7694

Color information

#AF7694 (or 0xAF7694) is unknown color: approx Bouquet. HEX triplet: AF, 76 and 94. RGB value is (175,118,148). Sum of RGB (Red+Green+Blue) = 175+118+148=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7694 is #50896B. Grayscale: #8A8A8A. Windows color (decimal): -5278060 or 9729711. OLE color: 9729711.

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

Color convert

RGB175118148-
CMYK00.330.150.31
HSL328.42º26.27%57.45%-
HSV(B)328.42º32.57%68.63%-
XYZ29.524.2131.13-
YUV138.46133.38154.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=39.68%
G=26.76%
B=33.56%

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
Decimal17511814800.330.150.31328.4226.2757.45
HexAF7694021F1F1481a39
Octal25716622404117375103271
Binary10101111111011010010100010000111111111110100100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7694; }

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

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

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

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

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

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

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

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