#A54BE5

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

Shades of Medium Orchid #A54BE5

Tints of Medium Orchid #A54BE5

Color information

#A54BE5 (or 0xA54BE5) is unknown color: approx Medium Orchid. HEX triplet: A5, 4B and E5. RGB value is (165,75,229). Sum of RGB (Red+Green+Blue) = 165+75+229=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #A54BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BE5 is #5AB41A. Grayscale: #767676. Windows color (decimal): -5944347 or 15027109. OLE color: 15027109.

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

Color convert

RGB16575229-
CMYK0.280.6700.10
HSL275.06º74.76%59.61%-
HSV(B)275.06º67.25%89.8%-
XYZ32.1818.6976.04-
YUV119.47189.82160.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 75 (29.69% from 255) = 15.99%
BLUE value IS 229 (89.84% from 255) = 48.83%
R=35.18%
G=15.99%
B=48.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal165752290.280.6700.10275.0674.7659.61
HexA54BE51C430A1134b3c
Octal2451133453410301242311374
Binary10100101100101111100101111001000011010101000100111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54BE5; }

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

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

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

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

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

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

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

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