#A280BD

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

Shades of East Side #A280BD

Tints of East Side #A280BD

Color information

#A280BD (or 0xA280BD) is unknown color: approx East Side. HEX triplet: A2, 80 and BD. RGB value is (162,128,189). Sum of RGB (Red+Green+Blue) = 162+128+189=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #A280BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280BD is #5D7F42. Grayscale: #909090. Windows color (decimal): -6127427 or 12419234. OLE color: 12419234.

HSL color Cylindrical-coordinate representation of color #A280BD: hue angle of 273.44º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A280BD is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB162128189-
CMYK0.140.3200.26
HSL273.44º31.61%62.16%-
HSV(B)273.44º32.28%74.12%-
XYZ31.826.7951.64-
YUV145.12152.76140.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 189 (74.22% from 255) = 39.46%
R=33.82%
G=26.72%
B=39.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621281890.140.3200.26273.4431.6162.16
HexA280BDE2001A111203e
Octal24220027516400324214076
Binary1010001010000000101111011110100000011010100010001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A280BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A280BD; }

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

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

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

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

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

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

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

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