#A280BB

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

Shades of East Side #A280BB

Tints of East Side #A280BB

Color information

#A280BB (or 0xA280BB) is unknown color: approx East Side. HEX triplet: A2, 80 and BB. RGB value is (162,128,187). Sum of RGB (Red+Green+Blue) = 162+128+187=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #A280BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280BB is #5D7F44. Grayscale: #909090. Windows color (decimal): -6127429 or 12288162. OLE color: 12288162.

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

Color convert

RGB162128187-
CMYK0.130.3200.27
HSL274.58º30.26%61.76%-
HSV(B)274.58º31.55%73.33%-
XYZ31.5926.7150.5-
YUV144.89151.76140.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=33.96%
G=26.83%
B=39.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621281870.130.3200.27274.5830.2661.76
HexA280BBD2001B1131e3e
Octal24220027315400334233676
Binary101000101000000010111011110110000001101110001001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A280BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A280BB; }

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

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

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

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

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

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

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

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