#AF6497

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

Shades of Bouquet #AF6497

Tints of Bouquet #AF6497

Color information

#AF6497 (or 0xAF6497) is unknown color: approx Bouquet. HEX triplet: AF, 64 and 97. RGB value is (175,100,151). Sum of RGB (Red+Green+Blue) = 175+100+151=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6497 is #509B68. Grayscale: #808080. Windows color (decimal): -5282665 or 9921711. OLE color: 9921711.

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

Color convert

RGB175100151-
CMYK00.430.140.31
HSL319.2º31.91%53.92%-
HSV(B)319.2º42.86%68.63%-
XYZ27.8220.4631.76-
YUV128.24140.85161.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 151 (59.38% from 255) = 35.45%
R=41.08%
G=23.47%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510015100.430.140.31319.231.9153.92
HexAF649702BE1F13f2036
Octal25714422705316374774066
Binary101011111100100100101110101011111011111100111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6497; }

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

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

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

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

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

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

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

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