Html Css Color HEX #A050FA Medium Purple

📋 copy color: '#A050FA'

red 160 ◦ green 80 ◦ blue 250

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

Shades of Medium Purple #A050FA

Tints of Medium Purple #A050FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.33%

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 32.65%
G = 16.33%
B = 51.02%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A050FA (or 0xA050FA) is known color: Medium Purple. HEX triplet: A0, 50 and FA. RGB value is (160,80,250). Sum of RGB (Red+Green+Blue) = 160+80+250=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #A050FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A050FA is #5FAF05. Grayscale: #7A7A7A. Windows color (decimal): -6270726 or 16404640. OLE color: 16404640.

HSL color Cylindrical-coordinate representation of color #A050FA: hue angle of 268.24º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A050FA is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 80 250 -
CMYK 0.36 0.68 0 0.02
HSL 268.24º 0.94% 0.65% -
HSV(B) 268.24º 0.68% 0.98% -
XYZ 34.62 20.11 92.5 -
YUV 123.3 199.5 154.18 -
System Red Green Blue C M Y K H S L
Decimal 160 80 250 0.36 0.68 0 0.02 268.24 0.94 0.65
Hex A0 50 FA 24 44 0 2 10C 5E 41
Octal 240 120 372 44 104 0 2 414 136 101
Binary 10100000 1010000 11111010 100100 1000100 0 10 100001100 1011110 1000001

Color Harmonies of #A050FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A050FA

Black with #A050FA

Text Example


Text Example

White with #A050FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A050FA; }

 p { color: rgb(160,80,250); }

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

background-color css

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

 a { background-color: rgb(160,80,250); }

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

border-color css

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

 span { border-color: rgb(160,80,250); }

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