#A94DF7

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

Shades of Medium Orchid #A94DF7

Tints of Medium Orchid #A94DF7

Color information

#A94DF7 (or 0xA94DF7) is unknown color: approx Medium Orchid. HEX triplet: A9, 4D and F7. RGB value is (169,77,247). Sum of RGB (Red+Green+Blue) = 169+77+247=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #A94DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94DF7 is #56B208. Grayscale: #7B7B7B. Windows color (decimal): -5681673 or 16207273. OLE color: 16207273.

HSL color Cylindrical-coordinate representation of color #A94DF7: hue angle of 272.47º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A94DF7 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16977247-
CMYK0.320.6900.03
HSL272.47º91.4%63.53%-
HSV(B)272.47º68.83%96.86%-
XYZ35.820.4690.06-
YUV123.89197.48160.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 77 (30.47% from 255) = 15.62%
BLUE value IS 247 (96.88% from 255) = 50.10%
R=34.28%
G=15.62%
B=50.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal169772470.320.6900.03272.4791.463.53
HexA94DF72045031105b40
Octal2511153674010503420133100
Binary10101001100110111110111100000100010101110001000010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94DF7; }

 p { color: rgb(169,77,247); }

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

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

 a { background-color: rgb(169,77,247); }

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

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

 span { border-color: rgb(169,77,247); }

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