#A582C4

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

Shades of East Side #A582C4

Tints of East Side #A582C4

Color information

#A582C4 (or 0xA582C4) is unknown color: approx East Side. HEX triplet: A5, 82 and C4. RGB value is (165,130,196). Sum of RGB (Red+Green+Blue) = 165+130+196=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 196 - color contains mainly: blue. Hex color #A582C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582C4 is #5A7D3B. Grayscale: #939393. Windows color (decimal): -5930300 or 12878501. OLE color: 12878501.

HSL color Cylindrical-coordinate representation of color #A582C4: hue angle of 271.82º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A582C4 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB165130196-
CMYK0.160.3400.23
HSL271.82º35.87%63.92%-
HSV(B)271.82º33.67%76.86%-
XYZ33.4627.9555.86-
YUV147.99155.1140.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 196 (76.95% from 255) = 39.92%
R=33.60%
G=26.48%
B=39.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651301960.160.3400.23271.8235.8763.92
HexA582C410220171102440
Octal245202304204202742044100
Binary101001011000001011000100100001000100101111000100001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582C4; }

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

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

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

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

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

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

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

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