#A48ABC

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

Shades of East Side #A48ABC

Tints of East Side #A48ABC

Color information

#A48ABC (or 0xA48ABC) is unknown color: approx East Side. HEX triplet: A4, 8A and BC. RGB value is (164,138,188). Sum of RGB (Red+Green+Blue) = 164+138+188=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #A48ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ABC is #5B7543. Grayscale: #979797. Windows color (decimal): -5993796 or 12356260. OLE color: 12356260.

HSL color Cylindrical-coordinate representation of color #A48ABC: hue angle of 271.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A48ABC is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164138188-
CMYK0.130.2700.26
HSL271.2º27.17%63.92%-
HSV(B)271.2º26.6%73.73%-
XYZ33.4829.751.55-
YUV151.47148.61136.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.47%
GREEN value IS 138 (54.30% from 255) = 28.16%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=33.47%
G=28.16%
B=38.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641381880.130.2700.26271.227.1763.92
HexA48ABCD1B01A10f1b40
Octal244212274153303241733100
Binary101001001000101010111100110111011011010100001111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48ABC; }

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

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

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

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

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

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

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

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