#A94DFC

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

Shades of Medium Orchid #A94DFC

Tints of Medium Orchid #A94DFC

Color information

#A94DFC (or 0xA94DFC) is unknown color: approx Medium Orchid. HEX triplet: A9, 4D and FC. RGB value is (169,77,252). Sum of RGB (Red+Green+Blue) = 169+77+252=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #A94DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94DFC is #56B203. Grayscale: #7B7B7B. Windows color (decimal): -5681668 or 16534953. OLE color: 16534953.

HSL color Cylindrical-coordinate representation of color #A94DFC: hue angle of 271.54º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A94DFC is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16977252-
CMYK0.330.6900.01
HSL271.54º96.69%64.51%-
HSV(B)271.54º69.44%98.82%-
XYZ36.5920.7794.18-
YUV124.46199.98159.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 77 (30.47% from 255) = 15.46%
BLUE value IS 252 (98.83% from 255) = 50.60%
R=33.94%
G=15.46%
B=50.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal169772520.330.6900.01271.5496.6964.51
HexA94DFC2145011106141
Octal2511153744110501420141101
Binary1010100110011011111110010000110001010110001000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94DFC; }

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

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

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

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

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

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

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

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