#A94FF3

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

Shades of Medium Orchid #A94FF3

Tints of Medium Orchid #A94FF3

Color information

#A94FF3 (or 0xA94FF3) is unknown color: approx Medium Orchid. HEX triplet: A9, 4F and F3. RGB value is (169,79,243). Sum of RGB (Red+Green+Blue) = 169+79+243=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #A94FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94FF3 is #56B00C. Grayscale: #7C7C7C. Windows color (decimal): -5681165 or 15945641. OLE color: 15945641.

HSL color Cylindrical-coordinate representation of color #A94FF3: hue angle of 272.93º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A94FF3 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16979243-
CMYK0.300.6700.05
HSL272.93º87.23%63.14%-
HSV(B)272.93º67.49%95.29%-
XYZ35.3420.586.89-
YUV124.61194.82159.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.42%
GREEN value IS 79 (31.25% from 255) = 16.09%
BLUE value IS 243 (95.31% from 255) = 49.49%
R=34.42%
G=16.09%
B=49.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal169792430.300.6700.05272.9387.2363.14
HexA94FF31E4305111573f
Octal251117363361030542112777
Binary1010100110011111111001111110100001101011000100011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94FF3; }

 p { color: rgb(169,79,243); }

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

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

 a { background-color: rgb(169,79,243); }

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

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

 span { border-color: rgb(169,79,243); }

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