Html Css Color HEX #AF7491 Bouquet

📋 copy color: '#AF7491'

red 175 ◦ green 116 ◦ blue 145

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

Shades of Bouquet #AF7491

Tints of Bouquet #AF7491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.61%

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

R = 40.14%
G = 26.61%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF7491 (or 0xAF7491) is known color: Bouquet. HEX triplet: AF, 74 and 91. RGB value is (175,116,145). Sum of RGB (Red+Green+Blue) = 175+116+145=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7491 is #508B6E. Grayscale: #888888. Windows color (decimal): -5278575 or 9532591. OLE color: 9532591.

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

Color convert

RGB 175 116 145 -
CMYK 0 0.34 0.17 0.31
HSL 330.51º 0.27% 0.57% -
HSV(B) 330.51º 0.34% 0.69% -
XYZ 29.04 23.65 29.82 -
YUV 136.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 175 116 145 0 0.34 0.17 0.31 330.51 0.27 0.57
Hex AF 74 91 0 22 11 1F 14B 1B 39
Octal 257 164 221 0 42 21 37 513 33 71
Binary 10101111 1110100 10010001 0 100010 10001 11111 101001011 11011 111001

Color Harmonies of #AF7491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7491

Black with #AF7491

Text Example


Text Example

White with #AF7491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7491; }

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

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

background-color css

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

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

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

border-color css

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

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

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