#A950FC

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

Shades of Medium Orchid #A950FC

Tints of Medium Orchid #A950FC

Color information

#A950FC (or 0xA950FC) is unknown color: approx Medium Orchid. HEX triplet: A9, 50 and FC. RGB value is (169,80,252). Sum of RGB (Red+Green+Blue) = 169+80+252=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #A950FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A950FC is #56AF03. Grayscale: #7D7D7D. Windows color (decimal): -5680900 or 16535721. OLE color: 16535721.

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

Color convert

RGB16980252-
CMYK0.330.6800.01
HSL271.05º96.63%65.1%-
HSV(B)271.05º68.25%98.82%-
XYZ36.821.294.25-
YUV126.22198.99158.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 80 (31.64% from 255) = 15.97%
BLUE value IS 252 (98.83% from 255) = 50.30%
R=33.73%
G=15.97%
B=50.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal169802520.330.6800.01271.0596.6365.1
HexA950FC21440110f6141
Octal2511203744110401417141101
Binary1010100110100001111110010000110001000110000111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A950FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A950FC; }

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

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

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

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

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

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

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

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