Html Css Color HEX #AF849B Bouquet

📋 copy color: '#AF849B'

red 175 ◦ green 132 ◦ blue 155

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

Shades of Bouquet #AF849B

Tints of Bouquet #AF849B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.57%

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

R = 37.88%
G = 28.57%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF849B (or 0xAF849B) is known color: Bouquet. HEX triplet: AF, 84 and 9B. RGB value is (175,132,155). Sum of RGB (Red+Green+Blue) = 175+132+155=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF849B is #507B64. Grayscale: #939393. Windows color (decimal): -5274469 or 10192047. OLE color: 10192047.

HSL color Cylindrical-coordinate representation of color #AF849B: hue angle of 327.91º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF849B is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 155 -
CMYK 0 0.25 0.11 0.31
HSL 327.91º 0.21% 0.6% -
HSV(B) 327.91º 0.25% 0.69% -
XYZ 31.85 27.98 34.73 -
YUV 147.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 175 132 155 0 0.25 0.11 0.31 327.91 0.21 0.6
Hex AF 84 9B 0 19 B 1F 148 15 3C
Octal 257 204 233 0 31 13 37 510 25 74
Binary 10101111 10000100 10011011 0 11001 1011 11111 101001000 10101 111100

Color Harmonies of #AF849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF849B

Black with #AF849B

Text Example


Text Example

White with #AF849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF849B; }

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

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

background-color css

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

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

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

border-color css

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

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

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