Html Css Color HEX #AF7291 Bouquet

📋 copy color: '#AF7291'

red 175 ◦ green 114 ◦ blue 145

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

Shades of Bouquet #AF7291

Tints of Bouquet #AF7291

RGB

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

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

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

R = 40.32%
G = 26.27%
B = 33.41%

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

#AF7291 (or 0xAF7291) is known color: Bouquet. HEX triplet: AF, 72 and 91. RGB value is (175,114,145). Sum of RGB (Red+Green+Blue) = 175+114+145=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7291 is #508D6E. Grayscale: #878787. Windows color (decimal): -5279087 or 9532079. OLE color: 9532079.

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

Color convert

RGB 175 114 145 -
CMYK 0 0.35 0.17 0.31
HSL 329.51º 0.28% 0.57% -
HSV(B) 329.51º 0.35% 0.69% -
XYZ 28.81 23.19 29.75 -
YUV 135.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 175 114 145 0 0.35 0.17 0.31 329.51 0.28 0.57
Hex AF 72 91 0 23 11 1F 14A 1C 39
Octal 257 162 221 0 43 21 37 512 34 71
Binary 10101111 1110010 10010001 0 100011 10001 11111 101001010 11100 111001

Color Harmonies of #AF7291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7291

Black with #AF7291

Text Example


Text Example

White with #AF7291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7291; }

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

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

background-color css

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

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

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

border-color css

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

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

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