#A485BE

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

Shades of East Side #A485BE

Tints of East Side #A485BE

Color information

#A485BE (or 0xA485BE) is unknown color: approx East Side. HEX triplet: A4, 85 and BE. RGB value is (164,133,190). Sum of RGB (Red+Green+Blue) = 164+133+190=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #A485BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485BE is #5B7A41. Grayscale: #949494. Windows color (decimal): -5995074 or 12486052. OLE color: 12486052.

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

Color convert

RGB164133190-
CMYK0.140.300.25
HSL272.63º30.48%63.33%-
HSV(B)272.63º30%74.51%-
XYZ32.9928.3952.46-
YUV148.77151.27138.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 133 (52.34% from 255) = 27.31%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=33.68%
G=27.31%
B=39.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641331900.140.300.25272.6330.4863.33
HexA485BEE1E0191111e3f
Octal24420527616360314213677
Binary10100100100001011011111011101111001100110001000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485BE; }

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

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

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

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

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

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

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

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