#A54AE8

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

Shades of Medium Orchid #A54AE8

Tints of Medium Orchid #A54AE8

Color information

#A54AE8 (or 0xA54AE8) is unknown color: approx Medium Orchid. HEX triplet: A5, 4A and E8. RGB value is (165,74,232). Sum of RGB (Red+Green+Blue) = 165+74+232=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #A54AE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54AE8 is #5AB517. Grayscale: #767676. Windows color (decimal): -5944600 or 15223461. OLE color: 15223461.

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

Color convert

RGB16574232-
CMYK0.290.6800.09
HSL274.56º77.45%60%-
HSV(B)274.56º68.1%90.98%-
XYZ32.5318.7278.24-
YUV119.22191.65160.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 74 (29.30% from 255) = 15.71%
BLUE value IS 232 (91.02% from 255) = 49.26%
R=35.03%
G=15.71%
B=49.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal165742320.290.6800.09274.5677.4560
HexA54AE81D44091134d3c
Octal2451123503510401142311574
Binary10100101100101011101000111011000100010011000100111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54AE8; }

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

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

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

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

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

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

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

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