#A780E0

Color #A780E0 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A780E0

Tints of Medium Purple #A780E0

Color information

#A780E0 (or 0xA780E0) is unknown color: approx Medium Purple. HEX triplet: A7, 80 and E0. RGB value is (167,128,224). Sum of RGB (Red+Green+Blue) = 167+128+224=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #A780E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780E0 is #587F1F. Grayscale: #969696. Windows color (decimal): -5799712 or 14712999. OLE color: 14712999.

HSL color Cylindrical-coordinate representation of color #A780E0: hue angle of 264.38º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A780E0 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB167128224-
CMYK0.250.4300.12
HSL264.38º60.76%69.02%-
HSV(B)264.38º42.86%87.84%-
XYZ37.1129.0474.17-
YUV150.6169.42139.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.18%
GREEN value IS 128 (50.39% from 255) = 24.66%
BLUE value IS 224 (87.89% from 255) = 43.16%
R=32.18%
G=24.66%
B=43.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1671282240.250.4300.12264.3860.7669.02
HexA780E0192B0C1083d45
Octal247200340315301441075105
Binary10100111100000001110000011001101011011001000010001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A780E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A780E0; }

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

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

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

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

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

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

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

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