#A05EED

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

Shades of Medium Purple #A05EED

Tints of Medium Purple #A05EED

Color information

#A05EED (or 0xA05EED) is unknown color: approx Medium Purple. HEX triplet: A0, 5E and ED. RGB value is (160,94,237). Sum of RGB (Red+Green+Blue) = 160+94+237=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #A05EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05EED is #5FA112. Grayscale: #818181. Windows color (decimal): -6267155 or 15556256. OLE color: 15556256.

HSL color Cylindrical-coordinate representation of color #A05EED: hue angle of 267.69º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A05EED is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16094237-
CMYK0.320.6000.07
HSL267.69º79.89%64.9%-
HSV(B)267.69º60.34%92.94%-
XYZ33.7921.5982.51-
YUV130.04188.37149.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 94 (37.11% from 255) = 19.14%
BLUE value IS 237 (92.97% from 255) = 48.27%
R=32.59%
G=19.14%
B=48.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal160942370.320.6000.07267.6979.8964.9
HexA05EED203C0710c5041
Octal240136355407407414120101
Binary10100000101111011101101100000111100011110000110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05EED; }

 p { color: rgb(160,94,237); }

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

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

 a { background-color: rgb(160,94,237); }

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

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

 span { border-color: rgb(160,94,237); }

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