#A485B2

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

Shades of East Side #A485B2

Tints of East Side #A485B2

Color information

#A485B2 (or 0xA485B2) is unknown color: approx East Side. HEX triplet: A4, 85 and B2. RGB value is (164,133,178). Sum of RGB (Red+Green+Blue) = 164+133+178=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 178 - color contains mainly: blue. Hex color #A485B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A485B2 is #5B7A4D. Grayscale: #939393. Windows color (decimal): -5995086 or 11699620. OLE color: 11699620.

HSL color Cylindrical-coordinate representation of color #A485B2: hue angle of 281.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A485B2 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB164133178-
CMYK0.080.2500.30
HSL281.33º22.61%60.98%-
HSV(B)281.33º25.28%69.8%-
XYZ31.7327.8845.83-
YUV147.4145.27139.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 178 (69.92% from 255) = 37.47%
R=34.53%
G=28%
B=37.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641331780.080.2500.30281.3322.6160.98
HexA485B281901E119173d
Octal24420526210310364312775
Binary10100100100001011011001010001100101111010001100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485B2; }

 p { color: rgb(164,133,178); }

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

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

 a { background-color: rgb(164,133,178); }

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

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

 span { border-color: rgb(164,133,178); }

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