Html Css Color HEX #A056ED Medium Purple

📋 copy color: '#A056ED'

red 160 ◦ green 86 ◦ blue 237

#A056ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A056ED

Tints of Medium Purple #A056ED

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 value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A056ED (or 0xA056ED) is known color: 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

RGB 160 86 237 -
CMYK 0.32 0.64 0 0.07
HSL 269.4º 0.81% 0.63% -
HSV(B) 269.4º 0.64% 0.93% -
XYZ 33.11 20.24 82.28 -
YUV 125.34 191.02 152.72 -
System Red Green Blue C M Y K H S L
Decimal 160 86 237 0.32 0.64 0 0.07 269.4 0.81 0.63
Hex A0 56 ED 20 40 0 7 10D 51 3F
Octal 240 126 355 40 100 0 7 415 121 77
Binary 10100000 1010110 11101101 100000 1000000 0 111 100001101 1010001 111111

Color Harmonies of #A056ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056ED

Black with #A056ED

Text Example


Text Example

White with #A056ED

Text Example


Text Example

HTML Codes & Css Web 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>