#A48AB0

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

Shades of East Side #A48AB0

Tints of East Side #A48AB0

Color information

#A48AB0 (or 0xA48AB0) is unknown color: approx East Side. HEX triplet: A4, 8A and B0. RGB value is (164,138,176). Sum of RGB (Red+Green+Blue) = 164+138+176=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 176 - color contains mainly: blue. Hex color #A48AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48AB0 is #5B754F. Grayscale: #959595. Windows color (decimal): -5993808 or 11569828. OLE color: 11569828.

HSL color Cylindrical-coordinate representation of color #A48AB0: hue angle of 281.05º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A48AB0 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164138176-
CMYK0.070.2200.31
HSL281.05º19.39%61.57%-
HSV(B)281.05º21.59%69.02%-
XYZ32.2329.245.01-
YUV150.11142.61137.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 138 (54.30% from 255) = 28.87%
BLUE value IS 176 (69.14% from 255) = 36.82%
R=34.31%
G=28.87%
B=36.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641381760.070.2200.31281.0519.3961.57
HexA48AB071601F119133e
Octal2442122607260374312376
Binary1010010010001010101100001111011001111110001100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48AB0; }

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

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

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

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

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

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

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

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