Html Css Color HEX #A584A0 Bouquet

📋 copy color: '#A584A0'

red 165 ◦ green 132 ◦ blue 160

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

Shades of Bouquet #A584A0

Tints of Bouquet #A584A0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.88%

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

R = 36.11%
G = 28.88%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A584A0 (or 0xA584A0) is known color: Bouquet. HEX triplet: A5, 84 and A0. RGB value is (165,132,160). Sum of RGB (Red+Green+Blue) = 165+132+160=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 165 - color contains mainly: red. Hex color #A584A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A584A0 is #5A7B5F. Grayscale: #909090. Windows color (decimal): -5929824 or 10519717. OLE color: 10519717.

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

Color convert

RGB 165 132 160 -
CMYK 0 0.20 0.03 0.35
HSL 309.09º 0.15% 0.58% -
HSV(B) 309.09º 0.2% 0.65% -
XYZ 30.11 27.04 36.89 -
YUV 145.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 165 132 160 0 0.20 0.03 0.35 309.09 0.15 0.58
Hex A5 84 A0 0 14 3 23 135 F 3A
Octal 245 204 240 0 24 3 43 465 17 72
Binary 10100101 10000100 10100000 0 10100 11 100011 100110101 1111 111010

Color Harmonies of #A584A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584A0

Black with #A584A0

Text Example


Text Example

White with #A584A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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