#A285BA

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

Shades of East Side #A285BA

Tints of East Side #A285BA

Color information

#A285BA (or 0xA285BA) is unknown color: approx East Side. HEX triplet: A2, 85 and BA. RGB value is (162,133,186). Sum of RGB (Red+Green+Blue) = 162+133+186=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #A285BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285BA is #5D7A45. Grayscale: #939393. Windows color (decimal): -6126150 or 12223906. OLE color: 12223906.

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

Color convert

RGB162133186-
CMYK0.130.2800.27
HSL272.83º27.75%62.55%-
HSV(B)272.83º28.49%72.94%-
XYZ32.152850.16-
YUV147.71149.61138.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=33.68%
G=27.65%
B=38.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621331860.130.2800.27272.8327.7562.55
HexA285BAD1C01B1111c3f
Octal24220527215340334213477
Binary10100010100001011011101011011110001101110001000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A285BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A285BA; }

 p { color: rgb(162,133,186); }

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

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

 a { background-color: rgb(162,133,186); }

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

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

 span { border-color: rgb(162,133,186); }

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