Html Css Color HEX #A850FA Medium Orchid

📋 copy color: '#A850FA'

red 168 ◦ green 80 ◦ blue 250

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

Shades of Medium Orchid #A850FA

Tints of Medium Orchid #A850FA

RGB

 RED value IS 168 (66.02% from 255) = 33.73%

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

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

R = 33.73%
G = 16.06%
B = 50.2%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A850FA (or 0xA850FA) is known color: Medium Orchid. HEX triplet: A8, 50 and FA. RGB value is (168,80,250). Sum of RGB (Red+Green+Blue) = 168+80+250=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #A850FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A850FA is #57AF05. Grayscale: #7D7D7D. Windows color (decimal): -5746438 or 16404648. OLE color: 16404648.

HSL color Cylindrical-coordinate representation of color #A850FA: hue angle of 271.06º 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 #A850FA is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 80 250 -
CMYK 0.33 0.68 0 0.02
HSL 271.06º 0.94% 0.65% -
HSV(B) 271.06º 0.68% 0.98% -
XYZ 36.27 20.96 92.58 -
YUV 125.69 198.15 158.18 -
System Red Green Blue C M Y K H S L
Decimal 168 80 250 0.33 0.68 0 0.02 271.06 0.94 0.65
Hex A8 50 FA 21 44 0 2 10F 5E 41
Octal 250 120 372 41 104 0 2 417 136 101
Binary 10101000 1010000 11111010 100001 1000100 0 10 100001111 1011110 1000001

Color Harmonies of #A850FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A850FA

Black with #A850FA

Text Example


Text Example

White with #A850FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A850FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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