#A582BF

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

Shades of East Side #A582BF

Tints of East Side #A582BF

Color information

#A582BF (or 0xA582BF) is unknown color: approx East Side. HEX triplet: A5, 82 and BF. RGB value is (165,130,191). Sum of RGB (Red+Green+Blue) = 165+130+191=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #A582BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582BF is #5A7D40. Grayscale: #939393. Windows color (decimal): -5930305 or 12550821. OLE color: 12550821.

HSL color Cylindrical-coordinate representation of color #A582BF: hue angle of 274.43º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A582BF is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165130191-
CMYK0.140.3200.25
HSL274.43º32.28%62.94%-
HSV(B)274.43º31.94%74.9%-
XYZ32.927.7352.91-
YUV147.42152.6140.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 191 (75% from 255) = 39.30%
R=33.95%
G=26.75%
B=39.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651301910.140.3200.25274.4332.2862.94
HexA582BFE20019112203f
Octal24520227716400314224077
Binary1010010110000010101111111110100000011001100010010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582BF; }

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

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

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

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

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

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

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

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