#A944ED

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

Shades of Medium Orchid #A944ED

Tints of Medium Orchid #A944ED

Color information

#A944ED (or 0xA944ED) is unknown color: approx Medium Orchid. HEX triplet: A9, 44 and ED. RGB value is (169,68,237). Sum of RGB (Red+Green+Blue) = 169+68+237=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #A944ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A944ED is #56BB12. Grayscale: #747474. Windows color (decimal): -5683987 or 15549609. OLE color: 15549609.

HSL color Cylindrical-coordinate representation of color #A944ED: hue angle of 275.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A944ED is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16968237-
CMYK0.290.7100.07
HSL275.86º82.44%59.8%-
HSV(B)275.86º71.31%92.94%-
XYZ33.7218.6881.95-
YUV117.46195.46164.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 68 (26.95% from 255) = 14.35%
BLUE value IS 237 (92.97% from 255) = 50%
R=35.65%
G=14.35%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal169682370.290.7100.07275.8682.4459.8
HexA944ED1D4707114523c
Octal251104355351070742412274
Binary1010100110001001110110111101100011101111000101001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A944ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A944ED; }

 p { color: rgb(169,68,237); }

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

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

 a { background-color: rgb(169,68,237); }

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

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

 span { border-color: rgb(169,68,237); }

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