#A950FA

Color #A950FA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #A950FA

Tints of Medium Orchid #A950FA

Color information

#A950FA (or 0xA950FA) is unknown color: approx Medium Orchid. HEX triplet: A9, 50 and FA. RGB value is (169,80,250). Sum of RGB (Red+Green+Blue) = 169+80+250=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #A950FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A950FA is #56AF05. Grayscale: #7D7D7D. Windows color (decimal): -5680902 or 16404649. OLE color: 16404649.

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

Color convert

RGB16980250-
CMYK0.320.6800.02
HSL271.41º94.44%64.71%-
HSV(B)271.41º68%98.04%-
XYZ36.4921.0792.59-
YUV125.99197.99158.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 80 (31.64% from 255) = 16.03%
BLUE value IS 250 (98.05% from 255) = 50.10%
R=33.87%
G=16.03%
B=50.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal169802500.320.6800.02271.4194.4464.71
HexA950FA20440210f5e41
Octal2511203724010402417136101
Binary10101001101000011111010100000100010001010000111110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A950FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A950FA; }

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

 H1.HeaderClassName
 {
   color: #A950FA;
 }
 .AnyTagClassName
 {
   color: #A950FA;
 }
</style>
background-color css

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

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

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

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

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

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