#A284BB

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

Shades of East Side #A284BB

Tints of East Side #A284BB

Color information

#A284BB (or 0xA284BB) is unknown color: approx East Side. HEX triplet: A2, 84 and BB. RGB value is (162,132,187). Sum of RGB (Red+Green+Blue) = 162+132+187=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #A284BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284BB is #5D7B44. Grayscale: #939393. Windows color (decimal): -6126405 or 12289186. OLE color: 12289186.

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

Color convert

RGB162132187-
CMYK0.130.2900.27
HSL272.73º28.8%62.55%-
HSV(B)272.73º29.41%73.33%-
XYZ32.1227.7750.68-
YUV147.24150.44138.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=33.68%
G=27.44%
B=38.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621321870.130.2900.27272.7328.862.55
HexA284BBD1D01B1111d3f
Octal24220427315350334213577
Binary10100010100001001011101111011110101101110001000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A284BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A284BB; }

 p { color: rgb(162,132,187); }

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

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

 a { background-color: rgb(162,132,187); }

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

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

 span { border-color: rgb(162,132,187); }

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