#AF6F97

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

Shades of Bouquet #AF6F97

Tints of Bouquet #AF6F97

Color information

#AF6F97 (or 0xAF6F97) is unknown color: approx Bouquet. HEX triplet: AF, 6F and 97. RGB value is (175,111,151). Sum of RGB (Red+Green+Blue) = 175+111+151=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6F97 is #509068. Grayscale: #868686. Windows color (decimal): -5279849 or 9924527. OLE color: 9924527.

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

Color convert

RGB175111151-
CMYK00.370.140.31
HSL322.5º28.57%56.08%-
HSV(B)322.5º36.57%68.63%-
XYZ28.9522.7232.14-
YUV134.7137.2156.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 111 (43.75% from 255) = 25.40%
BLUE value IS 151 (59.38% from 255) = 34.55%
R=40.05%
G=25.40%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511115100.370.140.31322.528.5756.08
HexAF6F97025E1F1421d38
Octal25715722704516375023570
Binary10101111110111110010111010010111101111110100001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F97; }

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

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

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

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

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

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

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

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