#A481B4

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

Shades of East Side #A481B4

Tints of East Side #A481B4

Color information

#A481B4 (or 0xA481B4) is unknown color: approx East Side. HEX triplet: A4, 81 and B4. RGB value is (164,129,180). Sum of RGB (Red+Green+Blue) = 164+129+180=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 180 - color contains mainly: blue. Hex color #A481B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481B4 is #5B7E4B. Grayscale: #919191. Windows color (decimal): -5996108 or 11829668. OLE color: 11829668.

HSL color Cylindrical-coordinate representation of color #A481B4: hue angle of 281.18º 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 #A481B4 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164129180-
CMYK0.090.2800.29
HSL281.18º25.37%60.59%-
HSV(B)281.18º28.33%70.59%-
XYZ31.426.8946.72-
YUV145.28147.6141.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 180 (70.70% from 255) = 38.05%
R=34.67%
G=27.27%
B=38.05%

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
Decimal1641291800.090.2800.29281.1825.3760.59
HexA481B491C01D119193d
Octal24420126411340354313175
Binary10100100100000011011010010011110001110110001100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A481B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A481B4; }

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

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

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

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

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

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

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

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