#A780CB

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

Shades of East Side #A780CB

Tints of East Side #A780CB

Color information

#A780CB (or 0xA780CB) is unknown color: approx East Side. HEX triplet: A7, 80 and CB. RGB value is (167,128,203). Sum of RGB (Red+Green+Blue) = 167+128+203=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #A780CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780CB is #587F34. Grayscale: #939393. Windows color (decimal): -5799733 or 13336743. OLE color: 13336743.

HSL color Cylindrical-coordinate representation of color #A780CB: hue angle of 271.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A780CB is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167128203-
CMYK0.180.3700.20
HSL271.2º41.9%64.9%-
HSV(B)271.2º36.95%79.61%-
XYZ34.4427.9760.08-
YUV148.21158.92141.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.53%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 203 (79.69% from 255) = 40.76%
R=33.53%
G=25.70%
B=40.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671282030.180.3700.20271.241.964.9
HexA780CB122501410f2a41
Octal247200313224502441752101
Binary101001111000000011001011100101001010101001000011111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A780CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A780CB; }

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

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

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

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

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

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

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

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