Html Css Color HEX #AF7997 Bouquet

📋 copy color: '#AF7997'

red 175 ◦ green 121 ◦ blue 151

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

Shades of Bouquet #AF7997

Tints of Bouquet #AF7997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.07%

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

R = 39.15%
G = 27.07%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF7997 (or 0xAF7997) is known color: Bouquet. HEX triplet: AF, 79 and 97. RGB value is (175,121,151). Sum of RGB (Red+Green+Blue) = 175+121+151=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7997 is #508668. Grayscale: #8C8C8C. Windows color (decimal): -5277289 or 9927087. OLE color: 9927087.

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

Color convert

RGB 175 121 151 -
CMYK 0 0.31 0.14 0.31
HSL 326.67º 0.25% 0.58% -
HSV(B) 326.67º 0.31% 0.69% -
XYZ 30.1 25.02 32.52 -
YUV 140.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 175 121 151 0 0.31 0.14 0.31 326.67 0.25 0.58
Hex AF 79 97 0 1F E 1F 147 19 3A
Octal 257 171 227 0 37 16 37 507 31 72
Binary 10101111 1111001 10010111 0 11111 1110 11111 101000111 11001 111010

Color Harmonies of #AF7997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7997

Black with #AF7997

Text Example


Text Example

White with #AF7997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7997; }

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

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

background-color css

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

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

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

border-color css

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

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

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