Html Css Color HEX #A056FD Medium Purple

📋 copy color: '#A056FD'

red 160 ◦ green 86 ◦ blue 253

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

Shades of Medium Purple #A056FD

Tints of Medium Purple #A056FD

RGB

 RED value IS 160 (62.89% from 255) = 32.06%

 GREEN value IS 86 (33.98% from 255) = 17.23%

 BLUE value IS 253 (99.22% from 255) = 50.7%

R = 32.06%
G = 17.23%
B = 50.7%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A056FD (or 0xA056FD) is known color: Medium Purple. HEX triplet: A0, 56 and FD. RGB value is (160,86,253). Sum of RGB (Red+Green+Blue) = 160+86+253=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #A056FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A056FD is #5FA902. Grayscale: #7E7E7E. Windows color (decimal): -6269187 or 16602784. OLE color: 16602784.

HSL color Cylindrical-coordinate representation of color #A056FD: hue angle of 266.59º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A056FD is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 86 253 -
CMYK 0.37 0.66 0 0.01
HSL 266.59º 0.98% 0.66% -
HSV(B) 266.59º 0.66% 0.99% -
XYZ 35.55 21.22 95.15 -
YUV 127.16 199.02 151.42 -
System Red Green Blue C M Y K H S L
Decimal 160 86 253 0.37 0.66 0 0.01 266.59 0.98 0.66
Hex A0 56 FD 25 42 0 1 10B 62 42
Octal 240 126 375 45 102 0 1 413 142 102
Binary 10100000 1010110 11111101 100101 1000010 0 1 100001011 1100010 1000010

Color Harmonies of #A056FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056FD

Black with #A056FD

Text Example


Text Example

White with #A056FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056FD; }

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

 H1.HeaderClassName
 {
   color: #A056FD;
 }
 .AnyTagClassName
 {
   color: #A056FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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