#A54DE7

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

Shades of Medium Orchid #A54DE7

Tints of Medium Orchid #A54DE7

Color information

#A54DE7 (or 0xA54DE7) is unknown color: approx Medium Orchid. HEX triplet: A5, 4D and E7. RGB value is (165,77,231). Sum of RGB (Red+Green+Blue) = 165+77+231=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #A54DE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54DE7 is #5AB218. Grayscale: #787878. Windows color (decimal): -5943833 or 15158693. OLE color: 15158693.

HSL color Cylindrical-coordinate representation of color #A54DE7: hue angle of 274.29º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A54DE7 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16577231-
CMYK0.290.6700.09
HSL274.29º76.24%60.39%-
HSV(B)274.29º66.67%90.59%-
XYZ32.5919.0877.57-
YUV120.87190.15159.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 77 (30.47% from 255) = 16.28%
BLUE value IS 231 (90.62% from 255) = 48.84%
R=34.88%
G=16.28%
B=48.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal165772310.290.6700.09274.2976.2460.39
HexA54DE71D43091124c3c
Octal2451153473510301142211474
Binary10100101100110111100111111011000011010011000100101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54DE7; }

 p { color: rgb(165,77,231); }

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

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

 a { background-color: rgb(165,77,231); }

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

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

 span { border-color: rgb(165,77,231); }

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