#A54AD9

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

Shades of Medium Orchid #A54AD9

Tints of Medium Orchid #A54AD9

Color information

#A54AD9 (or 0xA54AD9) is unknown color: approx Medium Orchid. HEX triplet: A5, 4A and D9. RGB value is (165,74,217). Sum of RGB (Red+Green+Blue) = 165+74+217=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #A54AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54AD9 is #5AB526. Grayscale: #757575. Windows color (decimal): -5944615 or 14240421. OLE color: 14240421.

HSL color Cylindrical-coordinate representation of color #A54AD9: hue angle of 278.18º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A54AD9 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16574217-
CMYK0.240.6600.15
HSL278.18º65.3%57.06%-
HSV(B)278.18º65.9%85.1%-
XYZ30.4917.9167.49-
YUV117.51184.15161.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 74 (29.30% from 255) = 16.23%
BLUE value IS 217 (85.16% from 255) = 47.59%
R=36.18%
G=16.23%
B=47.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165742170.240.6600.15278.1865.357.06
HexA54AD918420F1164139
Octal2451123313010201742610171
Binary10100101100101011011001110001000010011111000101101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54AD9; }

 p { color: rgb(165,74,217); }

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

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

 a { background-color: rgb(165,74,217); }

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

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

 span { border-color: rgb(165,74,217); }

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