#a54cf0

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

Shades of Medium Orchid #A54CF0

Tints of Medium Orchid #A54CF0

Color information

#A54CF0 (or 0xA54CF0) is unknown color: approx Medium Orchid. HEX triplet: A5, 4C and F0. RGB value is (165,76,240). Sum of RGB (Red+Green+Blue) = 165+76+240=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #A54CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54CF0 is #5AB30F. Grayscale: #787878. Windows color (decimal): -5944080 or 15748261. OLE color: 15748261.

HSL color Cylindrical-coordinate representation of color #A54CF0: hue angle of 272.56º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A54CF0 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16576240-
CMYK0.310.6800.06
HSL272.56º84.54%61.96%-
HSV(B)272.56º68.33%94.12%-
XYZ33.8319.4684.41-
YUV121.31194.99159.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 76 (30.08% from 255) = 15.80%
BLUE value IS 240 (94.14% from 255) = 49.90%
R=34.30%
G=15.80%
B=49.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal165762400.310.6800.06272.5684.5461.96
HexA54CF01F4406111553e
Octal245114360371040642112576
Binary1010010110011001111000011111100010001101000100011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54cf0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54cf0; }

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

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

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

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

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

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

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

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