#A54BF1

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

Shades of Medium Orchid #A54BF1

Tints of Medium Orchid #A54BF1

Color information

#A54BF1 (or 0xA54BF1) is unknown color: approx Medium Orchid. HEX triplet: A5, 4B and F1. RGB value is (165,75,241). Sum of RGB (Red+Green+Blue) = 165+75+241=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #A54BF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54BF1 is #5AB40E. Grayscale: #787878. Windows color (decimal): -5944335 or 15813541. OLE color: 15813541.

HSL color Cylindrical-coordinate representation of color #A54BF1: hue angle of 272.53º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54BF1 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16575241-
CMYK0.320.6900.05
HSL272.53º85.57%61.96%-
HSV(B)272.53º68.88%94.51%-
XYZ33.9119.3885.17-
YUV120.83195.82159.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 75 (29.69% from 255) = 15.59%
BLUE value IS 241 (94.53% from 255) = 50.10%
R=34.30%
G=15.59%
B=50.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165752410.320.6900.05272.5385.5761.96
HexA54BF1204505111563e
Octal245113361401050542112676
Binary10100101100101111110001100000100010101011000100011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54BF1; }

 p { color: rgb(165,75,241); }

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

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

 a { background-color: rgb(165,75,241); }

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

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

 span { border-color: rgb(165,75,241); }

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