Html Css Color HEX #AF7091 Bouquet

📋 copy color: '#AF7091'

red 175 ◦ green 112 ◦ blue 145

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

Shades of Bouquet #AF7091

Tints of Bouquet #AF7091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.56%

R = 40.51%
G = 25.93%
B = 33.56%

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

#AF7091 (or 0xAF7091) is known color: Bouquet. HEX triplet: AF, 70 and 91. RGB value is (175,112,145). Sum of RGB (Red+Green+Blue) = 175+112+145=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7091 is #508F6E. Grayscale: #868686. Windows color (decimal): -5279599 or 9531567. OLE color: 9531567.

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

Color convert

RGB 175 112 145 -
CMYK 0 0.36 0.17 0.31
HSL 328.57º 0.28% 0.56% -
HSV(B) 328.57º 0.36% 0.69% -
XYZ 28.58 22.75 29.67 -
YUV 134.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 175 112 145 0 0.36 0.17 0.31 328.57 0.28 0.56
Hex AF 70 91 0 24 11 1F 149 1C 38
Octal 257 160 221 0 44 21 37 511 34 70
Binary 10101111 1110000 10010001 0 100100 10001 11111 101001001 11100 111000

Color Harmonies of #AF7091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7091

Black with #AF7091

Text Example


Text Example

White with #AF7091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7091; }

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

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

background-color css

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

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

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

border-color css

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

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

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