Html Css Color HEX #A056F7 Medium Purple

📋 copy color: '#A056F7'

red 160 ◦ green 86 ◦ blue 247

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

Shades of Medium Purple #A056F7

Tints of Medium Purple #A056F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.1%

R = 32.45%
G = 17.44%
B = 50.1%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A056F7 (or 0xA056F7) is known color: Medium Purple. HEX triplet: A0, 56 and F7. RGB value is (160,86,247). Sum of RGB (Red+Green+Blue) = 160+86+247=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #A056F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A056F7 is #5FA908. Grayscale: #7D7D7D. Windows color (decimal): -6269193 or 16209568. OLE color: 16209568.

HSL color Cylindrical-coordinate representation of color #A056F7: hue angle of 267.58º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A056F7 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 86 247 -
CMYK 0.35 0.65 0 0.03
HSL 267.58º 0.91% 0.65% -
HSV(B) 267.58º 0.65% 0.97% -
XYZ 34.61 20.84 90.19 -
YUV 126.48 196.02 151.91 -
System Red Green Blue C M Y K H S L
Decimal 160 86 247 0.35 0.65 0 0.03 267.58 0.91 0.65
Hex A0 56 F7 23 41 0 3 10C 5B 41
Octal 240 126 367 43 101 0 3 414 133 101
Binary 10100000 1010110 11110111 100011 1000001 0 11 100001100 1011011 1000001

Color Harmonies of #A056F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056F7

Black with #A056F7

Text Example


Text Example

White with #A056F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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