#A482B4

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

Shades of East Side #A482B4

Tints of East Side #A482B4

Color information

#A482B4 (or 0xA482B4) is unknown color: approx East Side. HEX triplet: A4, 82 and B4. RGB value is (164,130,180). Sum of RGB (Red+Green+Blue) = 164+130+180=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 180 - color contains mainly: blue. Hex color #A482B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482B4 is #5B7D4B. Grayscale: #919191. Windows color (decimal): -5995852 or 11829924. OLE color: 11829924.

HSL color Cylindrical-coordinate representation of color #A482B4: hue angle of 280.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A482B4 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164130180-
CMYK0.090.2800.29
HSL280.8º25%60.78%-
HSV(B)280.8º27.78%70.59%-
XYZ31.5327.1546.76-
YUV145.87147.26140.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 130 (51.17% from 255) = 27.43%
BLUE value IS 180 (70.70% from 255) = 37.97%
R=34.60%
G=27.43%
B=37.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641301800.090.2800.29280.82560.78
HexA482B491C01D119193d
Octal24420226411340354313175
Binary10100100100000101011010010011110001110110001100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A482B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A482B4; }

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

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

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

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

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

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

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

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