#A485BD

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

Shades of East Side #A485BD

Tints of East Side #A485BD

Color information

#A485BD (or 0xA485BD) is unknown color: approx East Side. HEX triplet: A4, 85 and BD. RGB value is (164,133,189). Sum of RGB (Red+Green+Blue) = 164+133+189=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #A485BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485BD is #5B7A42. Grayscale: #949494. Windows color (decimal): -5995075 or 12420516. OLE color: 12420516.

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

Color convert

RGB164133189-
CMYK0.130.3000.26
HSL273.21º29.79%63.14%-
HSV(B)273.21º29.63%74.12%-
XYZ32.8828.3451.88-
YUV148.65150.77138.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.74%
GREEN value IS 133 (52.34% from 255) = 27.37%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=33.74%
G=27.37%
B=38.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641331890.130.3000.26273.2129.7963.14
HexA485BDD1E01A1111e3f
Octal24420527515360324213677
Binary10100100100001011011110111011111001101010001000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485BD; }

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

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

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

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

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

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

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

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