#A48ABE

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

Shades of East Side #A48ABE

Tints of East Side #A48ABE

Color information

#A48ABE (or 0xA48ABE) is unknown color: approx East Side. HEX triplet: A4, 8A and BE. RGB value is (164,138,190). Sum of RGB (Red+Green+Blue) = 164+138+190=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #A48ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ABE is #5B7541. Grayscale: #979797. Windows color (decimal): -5993794 or 12487332. OLE color: 12487332.

HSL color Cylindrical-coordinate representation of color #A48ABE: hue angle of 270º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A48ABE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164138190-
CMYK0.140.2700.25
HSL270º28.57%64.31%-
HSV(B)270º27.37%74.51%-
XYZ33.6929.7952.69-
YUV151.7149.61136.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.33%
GREEN value IS 138 (54.30% from 255) = 28.05%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=33.33%
G=28.05%
B=38.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641381900.140.2700.2527028.5764.31
HexA48ABEE1B01910e1d40
Octal244212276163303141635100
Binary101001001000101010111110111011011011001100001110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48ABE; }

 p { color: rgb(164,138,190); }

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

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

 a { background-color: rgb(164,138,190); }

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

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

 span { border-color: rgb(164,138,190); }

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