Html Css Color HEX #AF7092 Bouquet

📋 copy color: '#AF7092'

red 175 ◦ green 112 ◦ blue 146

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

Shades of Bouquet #AF7092

Tints of Bouquet #AF7092

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

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

R = 40.42%
G = 25.87%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF7092 (or 0xAF7092) is known color: Bouquet. HEX triplet: AF, 70 and 92. RGB value is (175,112,146). Sum of RGB (Red+Green+Blue) = 175+112+146=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7092 is #508F6D. Grayscale: #868686. Windows color (decimal): -5279598 or 9597103. OLE color: 9597103.

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

Color convert

RGB 175 112 146 -
CMYK 0 0.36 0.17 0.31
HSL 327.62º 0.28% 0.56% -
HSV(B) 327.62º 0.36% 0.69% -
XYZ 28.66 22.78 30.08 -
YUV 134.71 134.37 156.74 -
System Red Green Blue C M Y K H S L
Decimal 175 112 146 0 0.36 0.17 0.31 327.62 0.28 0.56
Hex AF 70 92 0 24 11 1F 148 1C 38
Octal 257 160 222 0 44 21 37 510 34 70
Binary 10101111 1110000 10010010 0 100100 10001 11111 101001000 11100 111000

Color Harmonies of #AF7092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7092

Black with #AF7092

Text Example


Text Example

White with #AF7092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7092; }

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

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

background-color css

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

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

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

border-color css

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

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

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