#a94ad5

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

Shades of Medium Orchid #A94AD5

Tints of Medium Orchid #A94AD5

Color information

#A94AD5 (or 0xA94AD5) is unknown color: approx Medium Orchid. HEX triplet: A9, 4A and D5. RGB value is (169,74,213). Sum of RGB (Red+Green+Blue) = 169+74+213=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #A94AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94AD5 is #56B52A. Grayscale: #757575. Windows color (decimal): -5682475 or 13978281. OLE color: 13978281.

HSL color Cylindrical-coordinate representation of color #A94AD5: hue angle of 281.01º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A94AD5 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16974213-
CMYK0.210.6500.16
HSL281.01º62.33%56.27%-
HSV(B)281.01º65.26%83.53%-
XYZ30.8218.1464.83-
YUV118.25181.47164.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 74 (29.30% from 255) = 16.23%
BLUE value IS 213 (83.59% from 255) = 46.71%
R=37.06%
G=16.23%
B=46.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169742130.210.6500.16281.0162.3356.27
HexA94AD515410101193e38
Octal251112325251010204317670
Binary10101001100101011010101101011000001010000100011001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a94ad5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a94ad5; }

 p { color: rgb(169,74,213); }

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

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

 a { background-color: rgb(169,74,213); }

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

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

 span { border-color: rgb(169,74,213); }

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