#A54FF1

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

Shades of Medium Orchid #A54FF1

Tints of Medium Orchid #A54FF1

Color information

#A54FF1 (or 0xA54FF1) is unknown color: approx Medium Orchid. HEX triplet: A5, 4F and F1. RGB value is (165,79,241). Sum of RGB (Red+Green+Blue) = 165+79+241=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #A54FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54FF1 is #5AB00E. Grayscale: #7A7A7A. Windows color (decimal): -5943311 or 15814565. OLE color: 15814565.

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

Color convert

RGB16579241-
CMYK0.320.6700.05
HSL271.85º85.26%62.75%-
HSV(B)271.85º67.22%94.51%-
XYZ34.1919.9485.27-
YUV123.18194.49157.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 79 (31.25% from 255) = 16.29%
BLUE value IS 241 (94.53% from 255) = 49.69%
R=34.02%
G=16.29%
B=49.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165792410.320.6700.05271.8585.2662.75
HexA54FF1204305110553f
Octal245117361401030542012577
Binary10100101100111111110001100000100001101011000100001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54FF1; }

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

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

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

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

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

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

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

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