Html Css Color HEX #AF839D Bouquet

📋 copy color: '#AF839D'

red 175 ◦ green 131 ◦ blue 157

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

Shades of Bouquet #AF839D

Tints of Bouquet #AF839D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.91%

R = 37.8%
G = 28.29%
B = 33.91%

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

#AF839D (or 0xAF839D) is known color: Bouquet. HEX triplet: AF, 83 and 9D. RGB value is (175,131,157). Sum of RGB (Red+Green+Blue) = 175+131+157=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF839D is #507C62. Grayscale: #939393. Windows color (decimal): -5274723 or 10322863. OLE color: 10322863.

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

Color convert

RGB 175 131 157 -
CMYK 0 0.25 0.10 0.31
HSL 324.55º 0.22% 0.6% -
HSV(B) 324.55º 0.25% 0.69% -
XYZ 31.88 27.78 35.58 -
YUV 147.12 133.58 147.89 -
System Red Green Blue C M Y K H S L
Decimal 175 131 157 0 0.25 0.10 0.31 324.55 0.22 0.6
Hex AF 83 9D 0 19 A 1F 145 16 3C
Octal 257 203 235 0 31 12 37 505 26 74
Binary 10101111 10000011 10011101 0 11001 1010 11111 101000101 10110 111100

Color Harmonies of #AF839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF839D

Black with #AF839D

Text Example


Text Example

White with #AF839D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF839D; }

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

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

background-color css

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

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

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

border-color css

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

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

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