#AF6597

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

Shades of Bouquet #AF6597

Tints of Bouquet #AF6597

Color information

#AF6597 (or 0xAF6597) is unknown color: approx Bouquet. HEX triplet: AF, 65 and 97. RGB value is (175,101,151). Sum of RGB (Red+Green+Blue) = 175+101+151=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6597 is #509A68. Grayscale: #808080. Windows color (decimal): -5282409 or 9921967. OLE color: 9921967.

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

Color convert

RGB175101151-
CMYK00.420.140.31
HSL319.46º31.62%54.12%-
HSV(B)319.46º42.29%68.63%-
XYZ27.9220.6631.79-
YUV128.83140.52160.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=40.98%
G=23.65%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510115100.420.140.31319.4631.6254.12
HexAF659702AE1F13f2036
Octal25714522705216374774066
Binary101011111100101100101110101010111011111100111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6597; }

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

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

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

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

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

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

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

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