#A94FF1

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

Shades of Medium Orchid #A94FF1

Tints of Medium Orchid #A94FF1

Color information

#A94FF1 (or 0xA94FF1) is unknown color: approx Medium Orchid. HEX triplet: A9, 4F and F1. RGB value is (169,79,241). Sum of RGB (Red+Green+Blue) = 169+79+241=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #A94FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94FF1 is #56B00E. Grayscale: #7B7B7B. Windows color (decimal): -5681167 or 15814569. OLE color: 15814569.

HSL color Cylindrical-coordinate representation of color #A94FF1: hue angle of 273.33º degrees, saturation: 0.85, 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 #A94FF1 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16979241-
CMYK0.300.6700.05
HSL273.33º85.26%62.75%-
HSV(B)273.33º67.22%94.51%-
XYZ35.0420.3885.31-
YUV124.38193.82159.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.56%
GREEN value IS 79 (31.25% from 255) = 16.16%
BLUE value IS 241 (94.53% from 255) = 49.28%
R=34.56%
G=16.16%
B=49.28%

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
Decimal169792410.300.6700.05273.3385.2662.75
HexA94FF11E4305111553f
Octal251117361361030542112577
Binary1010100110011111111000111110100001101011000100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94FF1; }

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

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

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

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

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

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

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

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