#A54FD6

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

Shades of Medium Orchid #A54FD6

Tints of Medium Orchid #A54FD6

Color information

#A54FD6 (or 0xA54FD6) is unknown color: approx Medium Orchid. HEX triplet: A5, 4F and D6. RGB value is (165,79,214). Sum of RGB (Red+Green+Blue) = 165+79+214=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #A54FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FD6 is #5AB029. Grayscale: #777777. Windows color (decimal): -5943338 or 14045093. OLE color: 14045093.

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

Color convert

RGB16579214-
CMYK0.230.6300.16
HSL278.22º62.21%57.45%-
HSV(B)278.22º63.08%83.92%-
XYZ30.4518.4565.57-
YUV120.1180.99160.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.03%
GREEN value IS 79 (31.25% from 255) = 17.25%
BLUE value IS 214 (83.98% from 255) = 46.72%
R=36.03%
G=17.25%
B=46.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal165792140.230.6300.16278.2262.2157.45
HexA54FD6173F0101163e39
Octal24511732627770204267671
Binary1010010110011111101011010111111111010000100010110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54FD6; }

 p { color: rgb(165,79,214); }

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

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

 a { background-color: rgb(165,79,214); }

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

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

 span { border-color: rgb(165,79,214); }

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