Html Css Color HEX #A0859B Bouquet

📋 copy color: '#A0859B'

red 160 ◦ green 133 ◦ blue 155

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

Shades of Bouquet #A0859B

Tints of Bouquet #A0859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.69%

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

R = 35.71%
G = 29.69%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0859B (or 0xA0859B) is known color: Bouquet. HEX triplet: A0, 85 and 9B. RGB value is (160,133,155). Sum of RGB (Red+Green+Blue) = 160+133+155=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 160 - color contains mainly: red. Hex color #A0859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0859B is #5F7A64. Grayscale: #8F8F8F. Windows color (decimal): -6257253 or 10192288. OLE color: 10192288.

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

Color convert

RGB 160 133 155 -
CMYK 0 0.17 0.03 0.37
HSL 311.11º 0.12% 0.57% -
HSV(B) 311.11º 0.17% 0.63% -
XYZ 28.8 26.62 34.63 -
YUV 143.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 160 133 155 0 0.17 0.03 0.37 311.11 0.12 0.57
Hex A0 85 9B 0 11 3 25 137 C 39
Octal 240 205 233 0 21 3 45 467 14 71
Binary 10100000 10000101 10011011 0 10001 11 100101 100110111 1100 111001

Color Harmonies of #A0859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0859B

Black with #A0859B

Text Example


Text Example

White with #A0859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0859B; }

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

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

background-color css

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

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

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

border-color css

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

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

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