#A482AC

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

Shades of East Side #A482AC

Tints of East Side #A482AC

Color information

#A482AC (or 0xA482AC) is unknown color: approx East Side. HEX triplet: A4, 82 and AC. RGB value is (164,130,172). Sum of RGB (Red+Green+Blue) = 164+130+172=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #A482AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A482AC is #5B7D53. Grayscale: #909090. Windows color (decimal): -5995860 or 11305636. OLE color: 11305636.

HSL color Cylindrical-coordinate representation of color #A482AC: hue angle of 288.57º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A482AC is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164130172-
CMYK0.050.2400.33
HSL288.57º20.19%59.22%-
HSV(B)288.57º24.42%67.45%-
XYZ30.7426.8442.59-
YUV144.95143.26141.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=35.19%
G=27.90%
B=36.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641301720.050.2400.33288.5720.1959.22
HexA482AC518021121143b
Octal2442022545300414412473
Binary10100100100000101010110010111000010000110010000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A482AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A482AC; }

 p { color: rgb(164,130,172); }

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

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

 a { background-color: rgb(164,130,172); }

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

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

 span { border-color: rgb(164,130,172); }

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