#A056ED

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

Shades of Medium Purple #A056ED

Tints of Medium Purple #A056ED

Color information

#A056ED (or 0xA056ED) is unknown color: approx Medium Purple. HEX triplet: A0, 56 and ED. RGB value is (160,86,237). Sum of RGB (Red+Green+Blue) = 160+86+237=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #A056ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A056ED is #5FA912. Grayscale: #7C7C7C. Windows color (decimal): -6269203 or 15554208. OLE color: 15554208.

HSL color Cylindrical-coordinate representation of color #A056ED: hue angle of 269.4º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A056ED is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16086237-
CMYK0.320.6400.07
HSL269.4º80.75%63.33%-
HSV(B)269.4º63.71%92.94%-
XYZ33.1120.2482.28-
YUV125.34191.02152.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 86 (33.98% from 255) = 17.81%
BLUE value IS 237 (92.97% from 255) = 49.07%
R=33.13%
G=17.81%
B=49.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal160862370.320.6400.07269.480.7563.33
HexA056ED20400710d513f
Octal240126355401000741512177
Binary10100000101011011101101100000100000001111000011011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A056ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A056ED; }

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

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

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

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

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

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

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

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