#A480BC

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

Shades of East Side #A480BC

Tints of East Side #A480BC

Color information

#A480BC (or 0xA480BC) is unknown color: approx East Side. HEX triplet: A4, 80 and BC. RGB value is (164,128,188). Sum of RGB (Red+Green+Blue) = 164+128+188=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #A480BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480BC is #5B7F43. Grayscale: #919191. Windows color (decimal): -5996356 or 12353700. OLE color: 12353700.

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

Color convert

RGB164128188-
CMYK0.130.3200.26
HSL276º30.93%61.96%-
HSV(B)276º31.91%73.73%-
XYZ32.1126.9651.09-
YUV145.6151.93141.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.17%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 188 (73.83% from 255) = 39.17%
R=34.17%
G=26.67%
B=39.17%

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
Decimal1641281880.130.3200.2627630.9361.96
HexA480BCD2001A1141f3e
Octal24420027415400324243776
Binary101001001000000010111100110110000001101010001010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A480BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A480BC; }

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

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

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

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

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

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

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

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