Html Css Color HEX #AF7197 Bouquet

📋 copy color: '#AF7197'

red 175 ◦ green 113 ◦ blue 151

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

Shades of Bouquet #AF7197

Tints of Bouquet #AF7197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.74%

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

R = 39.86%
G = 25.74%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF7197 (or 0xAF7197) is known color: Bouquet. HEX triplet: AF, 71 and 97. RGB value is (175,113,151). Sum of RGB (Red+Green+Blue) = 175+113+151=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7197 is #508E68. Grayscale: #878787. Windows color (decimal): -5279337 or 9925039. OLE color: 9925039.

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

Color convert

RGB 175 113 151 -
CMYK 0 0.35 0.14 0.31
HSL 323.23º 0.28% 0.56% -
HSV(B) 323.23º 0.35% 0.69% -
XYZ 29.17 23.16 32.21 -
YUV 135.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 175 113 151 0 0.35 0.14 0.31 323.23 0.28 0.56
Hex AF 71 97 0 23 E 1F 143 1C 38
Octal 257 161 227 0 43 16 37 503 34 70
Binary 10101111 1110001 10010111 0 100011 1110 11111 101000011 11100 111000

Color Harmonies of #AF7197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7197

Black with #AF7197

Text Example


Text Example

White with #AF7197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7197; }

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

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

background-color css

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

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

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

border-color css

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

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

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