Html Css Color HEX #A056F2 Medium Purple

📋 copy color: '#A056F2'

red 160 ◦ green 86 ◦ blue 242

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

Shades of Medium Purple #A056F2

Tints of Medium Purple #A056F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.59%

R = 32.79%
G = 17.62%
B = 49.59%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A056F2 (or 0xA056F2) is known color: Medium Purple. HEX triplet: A0, 56 and F2. RGB value is (160,86,242). Sum of RGB (Red+Green+Blue) = 160+86+242=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #A056F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A056F2 is #5FA90D. Grayscale: #7D7D7D. Windows color (decimal): -6269198 or 15881888. OLE color: 15881888.

HSL color Cylindrical-coordinate representation of color #A056F2: hue angle of 268.46º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A056F2 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 86 242 -
CMYK 0.34 0.64 0 0.05
HSL 268.46º 0.86% 0.64% -
HSV(B) 268.46º 0.64% 0.95% -
XYZ 33.85 20.54 86.18 -
YUV 125.91 193.52 152.32 -
System Red Green Blue C M Y K H S L
Decimal 160 86 242 0.34 0.64 0 0.05 268.46 0.86 0.64
Hex A0 56 F2 22 40 0 5 10C 56 40
Octal 240 126 362 42 100 0 5 414 126 100
Binary 10100000 1010110 11110010 100010 1000000 0 101 100001100 1010110 1000000

Color Harmonies of #A056F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056F2

Black with #A056F2

Text Example


Text Example

White with #A056F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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