Html Css Color HEX #AF749B Bouquet

📋 copy color: '#AF749B'

red 175 ◦ green 116 ◦ blue 155

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

Shades of Bouquet #AF749B

Tints of Bouquet #AF749B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.75%

R = 39.24%
G = 26.01%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF749B (or 0xAF749B) is known color: Bouquet. HEX triplet: AF, 74 and 9B. RGB value is (175,116,155). Sum of RGB (Red+Green+Blue) = 175+116+155=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF749B is #508B64. Grayscale: #898989. Windows color (decimal): -5278565 or 10187951. OLE color: 10187951.

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

Color convert

RGB 175 116 155 -
CMYK 0 0.34 0.11 0.31
HSL 320.34º 0.27% 0.57% -
HSV(B) 320.34º 0.34% 0.69% -
XYZ 29.84 23.97 34.06 -
YUV 138.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 175 116 155 0 0.34 0.11 0.31 320.34 0.27 0.57
Hex AF 74 9B 0 22 B 1F 140 1B 39
Octal 257 164 233 0 42 13 37 500 33 71
Binary 10101111 1110100 10011011 0 100010 1011 11111 101000000 11011 111001

Color Harmonies of #AF749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF749B

Black with #AF749B

Text Example


Text Example

White with #AF749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF749B; }

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

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

background-color css

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

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

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

border-color css

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

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

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