#A285AE

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

Shades of East Side #A285AE

Tints of East Side #A285AE

Color information

#A285AE (or 0xA285AE) is unknown color: approx East Side. HEX triplet: A2, 85 and AE. RGB value is (162,133,174). Sum of RGB (Red+Green+Blue) = 162+133+174=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #A285AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A285AE is #5D7A51. Grayscale: #929292. Windows color (decimal): -6126162 or 11437474. OLE color: 11437474.

HSL color Cylindrical-coordinate representation of color #A285AE: hue angle of 282.44º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A285AE is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162133174-
CMYK0.070.2400.32
HSL282.44º20.2%60.2%-
HSV(B)282.44º23.56%68.24%-
XYZ30.9327.5143.72-
YUV146.34143.61139.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 133 (52.34% from 255) = 28.36%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=34.54%
G=28.36%
B=37.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621331740.070.2400.32282.4420.260.2
HexA285AE71802011a143c
Octal2422052567300404322474
Binary10100010100001011010111011111000010000010001101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A285AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A285AE; }

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

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

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

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

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

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

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

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