#AF6797

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

Shades of Bouquet #AF6797

Tints of Bouquet #AF6797

Color information

#AF6797 (or 0xAF6797) is unknown color: approx Bouquet. HEX triplet: AF, 67 and 97. RGB value is (175,103,151). Sum of RGB (Red+Green+Blue) = 175+103+151=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6797 is #509868. Grayscale: #818181. Windows color (decimal): -5281897 or 9922479. OLE color: 9922479.

HSL color Cylindrical-coordinate representation of color #AF6797: hue angle of 320º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6797 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB175103151-
CMYK00.410.140.31
HSL320º31.03%54.51%-
HSV(B)320º41.14%68.63%-
XYZ28.1221.0531.86-
YUV130139.85160.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 151 (59.38% from 255) = 35.20%
R=40.79%
G=24.01%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510315100.410.140.3132031.0354.51
HexAF6797029E1F1401f37
Octal25714722705116375003767
Binary10101111110011110010111010100111101111110100000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6797; }

 p { color: rgb(175,103,151); }

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

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

 a { background-color: rgb(175,103,151); }

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

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

 span { border-color: rgb(175,103,151); }

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