Html Css Color HEX #A050FD Medium Purple

📋 copy color: '#A050FD'

red 160 ◦ green 80 ◦ blue 253

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

Shades of Medium Purple #A050FD

Tints of Medium Purple #A050FD

RGB

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

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

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

R = 32.45%
G = 16.23%
B = 51.32%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A050FD (or 0xA050FD) is known color: Medium Purple. HEX triplet: A0, 50 and FD. RGB value is (160,80,253). Sum of RGB (Red+Green+Blue) = 160+80+253=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #A050FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A050FD is #5FAF02. Grayscale: #7B7B7B. Windows color (decimal): -6270723 or 16601248. OLE color: 16601248.

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

Color convert

RGB 160 80 253 -
CMYK 0.37 0.68 0 0.01
HSL 267.75º 0.98% 0.65% -
HSV(B) 267.75º 0.68% 0.99% -
XYZ 35.1 20.3 95 -
YUV 123.64 201 153.93 -
System Red Green Blue C M Y K H S L
Decimal 160 80 253 0.37 0.68 0 0.01 267.75 0.98 0.65
Hex A0 50 FD 25 44 0 1 10C 62 41
Octal 240 120 375 45 104 0 1 414 142 101
Binary 10100000 1010000 11111101 100101 1000100 0 1 100001100 1100010 1000001

Color Harmonies of #A050FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A050FD

Black with #A050FD

Text Example


Text Example

White with #A050FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A050FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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