Html Css Color HEX #AF839F Bouquet

📋 copy color: '#AF839F'

red 175 ◦ green 131 ◦ blue 159

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

Shades of Bouquet #AF839F

Tints of Bouquet #AF839F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.17%

 BLUE value IS 159 (62.5% from 255) = 34.19%

R = 37.63%
G = 28.17%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF839F (or 0xAF839F) is known color: Bouquet. HEX triplet: AF, 83 and 9F. RGB value is (175,131,159). Sum of RGB (Red+Green+Blue) = 175+131+159=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF839F is #507C60. Grayscale: #939393. Windows color (decimal): -5274721 or 10453935. OLE color: 10453935.

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

Color convert

RGB 175 131 159 -
CMYK 0 0.25 0.09 0.31
HSL 321.82º 0.22% 0.6% -
HSV(B) 321.82º 0.25% 0.69% -
XYZ 32.05 27.85 36.49 -
YUV 147.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 175 131 159 0 0.25 0.09 0.31 321.82 0.22 0.6
Hex AF 83 9F 0 19 9 1F 142 16 3C
Octal 257 203 237 0 31 11 37 502 26 74
Binary 10101111 10000011 10011111 0 11001 1001 11111 101000010 10110 111100

Color Harmonies of #AF839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF839F

Black with #AF839F

Text Example


Text Example

White with #AF839F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF839F; }

 p { color: rgb(175,131,159); }

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

background-color css

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

 a { background-color: rgb(175,131,159); }

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

border-color css

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

 span { border-color: rgb(175,131,159); }

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