Html Css Color HEX #A586A0 Bouquet

📋 copy color: '#A586A0'

red 165 ◦ green 134 ◦ blue 160

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

Shades of Bouquet #A586A0

Tints of Bouquet #A586A0

RGB

 RED value IS 165 (64.84% from 255) = 35.95%

 GREEN value IS 134 (52.73% from 255) = 29.19%

 BLUE value IS 160 (62.89% from 255) = 34.86%

R = 35.95%
G = 29.19%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A586A0 (or 0xA586A0) is known color: Bouquet. HEX triplet: A5, 86 and A0. RGB value is (165,134,160). Sum of RGB (Red+Green+Blue) = 165+134+160=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 165 - color contains mainly: red. Hex color #A586A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A586A0 is #5A795F. Grayscale: #929292. Windows color (decimal): -5929312 or 10520229. OLE color: 10520229.

HSL color Cylindrical-coordinate representation of color #A586A0: hue angle of 309.68º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A586A0 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 134 160 -
CMYK 0 0.19 0.03 0.35
HSL 309.68º 0.15% 0.59% -
HSV(B) 309.68º 0.19% 0.65% -
XYZ 30.39 27.59 36.98 -
YUV 146.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 165 134 160 0 0.19 0.03 0.35 309.68 0.15 0.59
Hex A5 86 A0 0 13 3 23 136 F 3B
Octal 245 206 240 0 23 3 43 466 17 73
Binary 10100101 10000110 10100000 0 10011 11 100011 100110110 1111 111011

Color Harmonies of #A586A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A586A0

Black with #A586A0

Text Example


Text Example

White with #A586A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A586A0; }

 p { color: rgb(165,134,160); }

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

background-color css

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

 a { background-color: rgb(165,134,160); }

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

border-color css

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

 span { border-color: rgb(165,134,160); }

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