Html Css Color HEX #AF849E Bouquet

📋 copy color: '#AF849E'

red 175 ◦ green 132 ◦ blue 158

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

Shades of Bouquet #AF849E

Tints of Bouquet #AF849E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.98%

R = 37.63%
G = 28.39%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF849E (or 0xAF849E) is known color: Bouquet. HEX triplet: AF, 84 and 9E. RGB value is (175,132,158). Sum of RGB (Red+Green+Blue) = 175+132+158=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF849E is #507B61. Grayscale: #939393. Windows color (decimal): -5274466 or 10388655. OLE color: 10388655.

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

Color convert

RGB 175 132 158 -
CMYK 0 0.25 0.10 0.31
HSL 323.72º 0.21% 0.6% -
HSV(B) 323.72º 0.25% 0.69% -
XYZ 32.1 28.09 36.08 -
YUV 147.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 175 132 158 0 0.25 0.10 0.31 323.72 0.21 0.6
Hex AF 84 9E 0 19 A 1F 144 15 3C
Octal 257 204 236 0 31 12 37 504 25 74
Binary 10101111 10000100 10011110 0 11001 1010 11111 101000100 10101 111100

Color Harmonies of #AF849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF849E

Black with #AF849E

Text Example


Text Example

White with #AF849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF849E; }

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

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

background-color css

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

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

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

border-color css

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

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

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