#A950CF

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

Shades of Medium Orchid #A950CF

Tints of Medium Orchid #A950CF

Color information

#A950CF (or 0xA950CF) is unknown color: approx Medium Orchid. HEX triplet: A9, 50 and CF. RGB value is (169,80,207). Sum of RGB (Red+Green+Blue) = 169+80+207=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #A950CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A950CF is #56AF30. Grayscale: #787878. Windows color (decimal): -5680945 or 13586601. OLE color: 13586601.

HSL color Cylindrical-coordinate representation of color #A950CF: hue angle of 282.05º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A950CF is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16980207-
CMYK0.180.6100.19
HSL282.05º56.95%56.27%-
HSV(B)282.05º61.35%81.18%-
XYZ30.4918.6861.03-
YUV121.09176.49162.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 80 (31.64% from 255) = 17.54%
BLUE value IS 207 (81.25% from 255) = 45.39%
R=37.06%
G=17.54%
B=45.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal169802070.180.6100.19282.0556.9556.27
HexA950CF123D01311a3938
Octal25112031722750234327170
Binary1010100110100001100111110010111101010011100011010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A950CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A950CF; }

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

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

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

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

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

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

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

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