#A780E7

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

Shades of Medium Purple #A780E7

Tints of Medium Purple #A780E7

Color information

#A780E7 (or 0xA780E7) is unknown color: approx Medium Purple. HEX triplet: A7, 80 and E7. RGB value is (167,128,231). Sum of RGB (Red+Green+Blue) = 167+128+231=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 231 - color contains mainly: blue. Hex color #A780E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A780E7 is #587F18. Grayscale: #979797. Windows color (decimal): -5799705 or 15171751. OLE color: 15171751.

HSL color Cylindrical-coordinate representation of color #A780E7: hue angle of 262.72º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A780E7 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB167128231-
CMYK0.280.4500.09
HSL262.72º68.21%70.39%-
HSV(B)262.72º44.59%90.59%-
XYZ38.0829.4279.27-
YUV151.4172.92139.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.75%
GREEN value IS 128 (50.39% from 255) = 24.33%
BLUE value IS 231 (90.62% from 255) = 43.92%
R=31.75%
G=24.33%
B=43.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1671282310.280.4500.09262.7268.2170.39
HexA780E71C2D091074446
Octal2472003473455011407104106
Binary101001111000000011100111111001011010100110000011110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A780E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A780E7; }

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

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

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

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

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

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

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

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