Html Css Color HEX #AF7292 Bouquet

📋 copy color: '#AF7292'

red 175 ◦ green 114 ◦ blue 146

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

Shades of Bouquet #AF7292

Tints of Bouquet #AF7292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.21%

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

R = 40.23%
G = 26.21%
B = 33.56%

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

#AF7292 (or 0xAF7292) is known color: Bouquet. HEX triplet: AF, 72 and 92. RGB value is (175,114,146). Sum of RGB (Red+Green+Blue) = 175+114+146=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7292 is #508D6D. Grayscale: #878787. Windows color (decimal): -5279086 or 9597615. OLE color: 9597615.

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

Color convert

RGB 175 114 146 -
CMYK 0 0.35 0.17 0.31
HSL 328.52º 0.28% 0.57% -
HSV(B) 328.52º 0.35% 0.69% -
XYZ 28.88 23.22 30.15 -
YUV 135.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 175 114 146 0 0.35 0.17 0.31 328.52 0.28 0.57
Hex AF 72 92 0 23 11 1F 149 1C 39
Octal 257 162 222 0 43 21 37 511 34 71
Binary 10101111 1110010 10010010 0 100011 10001 11111 101001001 11100 111001

Color Harmonies of #AF7292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7292

Black with #AF7292

Text Example


Text Example

White with #AF7292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7292; }

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

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

background-color css

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

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

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

border-color css

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

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

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