#A582BB

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

Shades of East Side #A582BB

Tints of East Side #A582BB

Color information

#A582BB (or 0xA582BB) is unknown color: approx East Side. HEX triplet: A5, 82 and BB. RGB value is (165,130,187). Sum of RGB (Red+Green+Blue) = 165+130+187=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #A582BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582BB is #5A7D44. Grayscale: #929292. Windows color (decimal): -5930309 or 12288677. OLE color: 12288677.

HSL color Cylindrical-coordinate representation of color #A582BB: hue angle of 276.84º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A582BB is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165130187-
CMYK0.120.3000.27
HSL276.84º29.53%62.16%-
HSV(B)276.84º30.48%73.33%-
XYZ32.4727.5550.62-
YUV146.96150.6140.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=34.23%
G=26.97%
B=38.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651301870.120.3000.27276.8429.5362.16
HexA582BBC1E01B1151e3e
Octal24520227314360334253676
Binary10100101100000101011101111001111001101110001010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582BB; }

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

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

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

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

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

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

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

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