#A950D0

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

Shades of Medium Orchid #A950D0

Tints of Medium Orchid #A950D0

Color information

#A950D0 (or 0xA950D0) is unknown color: approx Medium Orchid. HEX triplet: A9, 50 and D0. RGB value is (169,80,208). Sum of RGB (Red+Green+Blue) = 169+80+208=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #A950D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A950D0 is #56AF2F. Grayscale: #787878. Windows color (decimal): -5680944 or 13652137. OLE color: 13652137.

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

Color convert

RGB16980208-
CMYK0.190.6200.18
HSL281.72º57.66%56.47%-
HSV(B)281.72º61.54%81.57%-
XYZ30.6218.7361.68-
YUV121.2176.99162.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.98%
GREEN value IS 80 (31.64% from 255) = 17.51%
BLUE value IS 208 (81.64% from 255) = 45.51%
R=36.98%
G=17.51%
B=45.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169802080.190.6200.18281.7257.6656.47
HexA950D0133E01211a3a38
Octal25112032023760224327270
Binary1010100110100001101000010011111110010010100011010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A950D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A950D0; }

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

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

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

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

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

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

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

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