#A285BD

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

Shades of East Side #A285BD

Tints of East Side #A285BD

Color information

#A285BD (or 0xA285BD) is unknown color: approx East Side. HEX triplet: A2, 85 and BD. RGB value is (162,133,189). Sum of RGB (Red+Green+Blue) = 162+133+189=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #A285BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285BD is #5D7A42. Grayscale: #939393. Windows color (decimal): -6126147 or 12420514. OLE color: 12420514.

HSL color Cylindrical-coordinate representation of color #A285BD: hue angle of 271.07º 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 #A285BD is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB162133189-
CMYK0.140.3000.26
HSL271.07º29.79%63.14%-
HSV(B)271.07º29.63%74.12%-
XYZ32.4728.1351.86-
YUV148.05151.11137.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.47%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=33.47%
G=27.48%
B=39.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621331890.140.3000.26271.0729.7963.14
HexA285BDE1E01A10f1e3f
Octal24220527516360324173677
Binary10100010100001011011110111101111001101010000111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A285BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A285BD; }

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

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

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

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

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

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

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

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