Html Css Color HEX #AF7192 Bouquet

📋 copy color: '#AF7192'

red 175 ◦ green 113 ◦ blue 146

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

Shades of Bouquet #AF7192

Tints of Bouquet #AF7192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.64%

R = 40.32%
G = 26.04%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF7192 (or 0xAF7192) is known color: Bouquet. HEX triplet: AF, 71 and 92. RGB value is (175,113,146). Sum of RGB (Red+Green+Blue) = 175+113+146=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7192 is #508E6D. Grayscale: #878787. Windows color (decimal): -5279342 or 9597359. OLE color: 9597359.

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

Color convert

RGB 175 113 146 -
CMYK 0 0.35 0.17 0.31
HSL 328.06º 0.28% 0.56% -
HSV(B) 328.06º 0.35% 0.69% -
XYZ 28.77 23 30.12 -
YUV 135.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 175 113 146 0 0.35 0.17 0.31 328.06 0.28 0.56
Hex AF 71 92 0 23 11 1F 148 1C 38
Octal 257 161 222 0 43 21 37 510 34 70
Binary 10101111 1110001 10010010 0 100011 10001 11111 101001000 11100 111000

Color Harmonies of #AF7192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7192

Black with #AF7192

Text Example


Text Example

White with #AF7192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7192; }

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

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

background-color css

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

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

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

border-color css

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

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

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