#A481B9

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

Shades of East Side #A481B9

Tints of East Side #A481B9

Color information

#A481B9 (or 0xA481B9) is unknown color: approx East Side. HEX triplet: A4, 81 and B9. RGB value is (164,129,185). Sum of RGB (Red+Green+Blue) = 164+129+185=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 185 - color contains mainly: blue. Hex color #A481B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481B9 is #5B7E46. Grayscale: #919191. Windows color (decimal): -5996103 or 12157348. OLE color: 12157348.

HSL color Cylindrical-coordinate representation of color #A481B9: hue angle of 277.5º degrees, saturation: 0.29, 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 #A481B9 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164129185-
CMYK0.110.3000.27
HSL277.5º28.57%61.57%-
HSV(B)277.5º30.27%72.55%-
XYZ31.9227.149.45-
YUV145.85150.1140.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 185 (72.66% from 255) = 38.70%
R=34.31%
G=26.99%
B=38.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641291850.110.3000.27277.528.5761.57
HexA481B9B1E01B1161d3e
Octal24420127113360334263576
Binary10100100100000011011100110111111001101110001011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A481B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A481B9; }

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

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

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

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

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

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

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

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