Html Css Color HEX #AF7497 Bouquet

📋 copy color: '#AF7497'

red 175 ◦ green 116 ◦ blue 151

#AF7497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #AF7497

Tints of Bouquet #AF7497

RGB

 RED value IS 175 (68.75% from 255) = 39.59%

 GREEN value IS 116 (45.7% from 255) = 26.24%

 BLUE value IS 151 (59.38% from 255) = 34.16%

R = 39.59%
G = 26.24%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF7497 (or 0xAF7497) is known color: Bouquet. HEX triplet: AF, 74 and 97. RGB value is (175,116,151). Sum of RGB (Red+Green+Blue) = 175+116+151=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7497 is #508B68. Grayscale: #898989. Windows color (decimal): -5278569 or 9925807. OLE color: 9925807.

HSL color Cylindrical-coordinate representation of color #AF7497: hue angle of 324.41º 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 #AF7497 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 151 -
CMYK 0 0.34 0.14 0.31
HSL 324.41º 0.27% 0.57% -
HSV(B) 324.41º 0.34% 0.69% -
XYZ 29.51 23.84 32.32 -
YUV 137.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 175 116 151 0 0.34 0.14 0.31 324.41 0.27 0.57
Hex AF 74 97 0 22 E 1F 144 1B 39
Octal 257 164 227 0 42 16 37 504 33 71
Binary 10101111 1110100 10010111 0 100010 1110 11111 101000100 11011 111001

Color Harmonies of #AF7497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7497

Black with #AF7497

Text Example


Text Example

White with #AF7497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7497; }

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

 H1.HeaderClassName
 {
   color: #AF7497;
 }
 .AnyTagClassName
 {
   color: #AF7497;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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