#A780C8

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

Shades of East Side #A780C8

Tints of East Side #A780C8

Color information

#A780C8 (or 0xA780C8) is unknown color: approx East Side. HEX triplet: A7, 80 and C8. RGB value is (167,128,200). Sum of RGB (Red+Green+Blue) = 167+128+200=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 200 - color contains mainly: blue. Hex color #A780C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780C8 is #587F37. Grayscale: #939393. Windows color (decimal): -5799736 or 13140135. OLE color: 13140135.

HSL color Cylindrical-coordinate representation of color #A780C8: hue angle of 272.5º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A780C8 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB167128200-
CMYK0.160.3600.22
HSL272.5º39.56%64.31%-
HSV(B)272.5º36%78.43%-
XYZ34.0827.8258.22-
YUV147.87157.42141.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.74%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 200 (78.52% from 255) = 40.40%
R=33.74%
G=25.86%
B=40.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671282000.160.3600.22272.539.5664.31
HexA780C810240161102840
Octal247200310204402642050100
Binary101001111000000011001000100001001000101101000100001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A780C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A780C8; }

 p { color: rgb(167,128,200); }

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

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

 a { background-color: rgb(167,128,200); }

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

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

 span { border-color: rgb(167,128,200); }

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