Html Css Color HEX #A0839B Bouquet

📋 copy color: '#A0839B'

red 160 ◦ green 131 ◦ blue 155

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

Shades of Bouquet #A0839B

Tints of Bouquet #A0839B

RGB

 RED value IS 160 (62.89% from 255) = 35.87%

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

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

R = 35.87%
G = 29.37%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0839B (or 0xA0839B) is known color: Bouquet. HEX triplet: A0, 83 and 9B. RGB value is (160,131,155). Sum of RGB (Red+Green+Blue) = 160+131+155=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 160 - color contains mainly: red. Hex color #A0839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0839B is #5F7C64. Grayscale: #8E8E8E. Windows color (decimal): -6257765 or 10191776. OLE color: 10191776.

HSL color Cylindrical-coordinate representation of color #A0839B: hue angle of 310.34º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0839B is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 131 155 -
CMYK 0 0.18 0.03 0.37
HSL 310.34º 0.13% 0.57% -
HSV(B) 310.34º 0.18% 0.63% -
XYZ 28.53 26.07 34.54 -
YUV 142.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 160 131 155 0 0.18 0.03 0.37 310.34 0.13 0.57
Hex A0 83 9B 0 12 3 25 136 D 39
Octal 240 203 233 0 22 3 45 466 15 71
Binary 10100000 10000011 10011011 0 10010 11 100101 100110110 1101 111001

Color Harmonies of #A0839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0839B

Black with #A0839B

Text Example


Text Example

White with #A0839B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0839B; }

 p { color: rgb(160,131,155); }

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

background-color css

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

 a { background-color: rgb(160,131,155); }

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

border-color css

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

 span { border-color: rgb(160,131,155); }

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