#AF7398

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

Shades of Bouquet #AF7398

Tints of Bouquet #AF7398

Color information

#AF7398 (or 0xAF7398) is unknown color: approx Bouquet. HEX triplet: AF, 73 and 98. RGB value is (175,115,152). Sum of RGB (Red+Green+Blue) = 175+115+152=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7398 is #508C67. Grayscale: #898989. Windows color (decimal): -5278824 or 9991087. OLE color: 9991087.

HSL color Cylindrical-coordinate representation of color #AF7398: hue angle of 323º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7398 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB175115152-
CMYK00.340.130.31
HSL323º27.27%56.86%-
HSV(B)323º34.29%68.63%-
XYZ29.4823.6432.72-
YUV137.16136.38154.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 152 (59.77% from 255) = 34.39%
R=39.59%
G=26.02%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511515200.340.130.3132327.2756.86
HexAF7398022D1F1431b39
Octal25716323004215375033371
Binary10101111111001110011000010001011011111110100001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7398; }

 p { color: rgb(175,115,152); }

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

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

 a { background-color: rgb(175,115,152); }

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

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

 span { border-color: rgb(175,115,152); }

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