#A54AE5

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

Shades of Medium Orchid #A54AE5

Tints of Medium Orchid #A54AE5

Color information

#A54AE5 (or 0xA54AE5) is unknown color: approx Medium Orchid. HEX triplet: A5, 4A and E5. RGB value is (165,74,229). Sum of RGB (Red+Green+Blue) = 165+74+229=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #A54AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54AE5 is #5AB51A. Grayscale: #767676. Windows color (decimal): -5944603 or 15026853. OLE color: 15026853.

HSL color Cylindrical-coordinate representation of color #A54AE5: hue angle of 275.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A54AE5 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16574229-
CMYK0.280.6800.10
HSL275.23º74.88%59.41%-
HSV(B)275.23º67.69%89.8%-
XYZ32.1118.5576.02-
YUV118.88190.15160.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 74 (29.30% from 255) = 15.81%
BLUE value IS 229 (89.84% from 255) = 48.93%
R=35.26%
G=15.81%
B=48.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal165742290.280.6800.10275.2374.8859.41
HexA54AE51C440A1134b3b
Octal2451123453410401242311373
Binary10100101100101011100101111001000100010101000100111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54AE5; }

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

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

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

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

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

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

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

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