#A54CD9

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

Shades of Medium Orchid #A54CD9

Tints of Medium Orchid #A54CD9

Color information

#A54CD9 (or 0xA54CD9) is unknown color: approx Medium Orchid. HEX triplet: A5, 4C and D9. RGB value is (165,76,217). Sum of RGB (Red+Green+Blue) = 165+76+217=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #A54CD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CD9 is #5AB326. Grayscale: #767676. Windows color (decimal): -5944103 or 14240933. OLE color: 14240933.

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

Color convert

RGB16576217-
CMYK0.240.6500.15
HSL277.87º64.98%57.45%-
HSV(B)277.87º64.98%85.1%-
XYZ30.6318.1867.54-
YUV118.68183.49161.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.03%
GREEN value IS 76 (30.08% from 255) = 16.59%
BLUE value IS 217 (85.16% from 255) = 47.38%
R=36.03%
G=16.59%
B=47.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165762170.240.6500.15277.8764.9857.45
HexA54CD918410F1164139
Octal2451143313010101742610171
Binary10100101100110011011001110001000001011111000101101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54CD9; }

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

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

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

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

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

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

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

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