#a54cd8

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

Shades of Medium Orchid #A54CD8

Tints of Medium Orchid #A54CD8

Color information

#A54CD8 (or 0xA54CD8) is unknown color: approx Medium Orchid. HEX triplet: A5, 4C and D8. RGB value is (165,76,216). Sum of RGB (Red+Green+Blue) = 165+76+216=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #A54CD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CD8 is #5AB327. Grayscale: #767676. Windows color (decimal): -5944104 or 14175397. OLE color: 14175397.

HSL color Cylindrical-coordinate representation of color #A54CD8: hue angle of 278.14º degrees, saturation: 0.64, 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 #A54CD8 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16576216-
CMYK0.240.6500.15
HSL278.14º64.22%57.25%-
HSV(B)278.14º64.81%84.71%-
XYZ30.518.1366.86-
YUV118.57182.99161.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 76 (30.08% from 255) = 16.63%
BLUE value IS 216 (84.77% from 255) = 47.26%
R=36.11%
G=16.63%
B=47.26%

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
Decimal165762160.240.6500.15278.1464.2257.25
HexA54CD818410F1164039
Octal2451143303010101742610071
Binary10100101100110011011000110001000001011111000101101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54cd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54cd8; }

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

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

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

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

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

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

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

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