#A582A0

Color #A582A0 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #A582A0

Tints of Bouquet #A582A0

Color information

#A582A0 (or 0xA582A0) is unknown color: approx Bouquet. HEX triplet: A5, 82 and A0. RGB value is (165,130,160). Sum of RGB (Red+Green+Blue) = 165+130+160=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 165 - color contains mainly: red. Hex color #A582A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A582A0 is #5A7D5F. Grayscale: #8F8F8F. Windows color (decimal): -5930336 or 10519205. OLE color: 10519205.

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

Color convert

RGB165130160-
CMYK00.210.030.35
HSL308.57º16.28%57.84%-
HSV(B)308.57º21.21%64.71%-
XYZ29.8426.536.8-
YUV143.89137.1143.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 160 (62.89% from 255) = 35.16%
R=36.26%
G=28.57%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513016000.210.030.35308.5716.2857.84
HexA582A0015323135103a
Octal2452022400253434652072
Binary1010010110000010101000000101011110001110011010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582A0; }

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

 H1.HeaderClassName
 {
   color: #A582A0;
 }
 .AnyTagClassName
 {
   color: #A582A0;
 }
</style>
background-color css

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

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

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

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

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

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