#a54ce0

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

Shades of Medium Orchid #A54CE0

Tints of Medium Orchid #A54CE0

Color information

#A54CE0 (or 0xA54CE0) is unknown color: approx Medium Orchid. HEX triplet: A5, 4C and E0. RGB value is (165,76,224). Sum of RGB (Red+Green+Blue) = 165+76+224=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #A54CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CE0 is #5AB31F. Grayscale: #767676. Windows color (decimal): -5944096 or 14699685. OLE color: 14699685.

HSL color Cylindrical-coordinate representation of color #A54CE0: hue angle of 276.08º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A54CE0 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16576224-
CMYK0.260.6600.12
HSL276.08º70.48%58.82%-
HSV(B)276.08º66.07%87.84%-
XYZ31.5618.5572.44-
YUV119.48186.99160.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 76 (30.08% from 255) = 16.34%
BLUE value IS 224 (87.89% from 255) = 48.17%
R=35.48%
G=16.34%
B=48.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165762240.260.6600.12276.0870.4858.82
HexA54CE01A420C114463b
Octal2451143403210201442410673
Binary10100101100110011100000110101000010011001000101001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54ce0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54ce0; }

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

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

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

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

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

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

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

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