#A380BC

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

Shades of East Side #A380BC

Tints of East Side #A380BC

Color information

#A380BC (or 0xA380BC) is unknown color: approx East Side. HEX triplet: A3, 80 and BC. RGB value is (163,128,188). Sum of RGB (Red+Green+Blue) = 163+128+188=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #A380BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380BC is #5C7F43. Grayscale: #919191. Windows color (decimal): -6061892 or 12353699. OLE color: 12353699.

HSL color Cylindrical-coordinate representation of color #A380BC: hue angle of 275º degrees, saturation: 0.31, 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 #A380BC is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163128188-
CMYK0.130.3200.26
HSL275º30.93%61.96%-
HSV(B)275º31.91%73.73%-
XYZ31.926.8651.08-
YUV145.3152.1140.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=34.03%
G=26.72%
B=39.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631281880.130.3200.2627530.9361.96
HexA380BCD2001A1131f3e
Octal24320027415400324233776
Binary101000111000000010111100110110000001101010001001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A380BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A380BC; }

 p { color: rgb(163,128,188); }

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

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

 a { background-color: rgb(163,128,188); }

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

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

 span { border-color: rgb(163,128,188); }

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