Html Css Color HEX #A54ED1 Medium Orchid

📋 copy color: '#A54ED1'

red 165 ◦ green 78 ◦ blue 209

#A54ED1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #A54ED1

Tints of Medium Orchid #A54ED1

RGB

 RED value IS 165 (64.84% from 255) = 36.5%

 GREEN value IS 78 (30.86% from 255) = 17.26%

 BLUE value IS 209 (82.03% from 255) = 46.24%

R = 36.5%
G = 17.26%
B = 46.24%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A54ED1 (or 0xA54ED1) is known color: Medium Orchid. HEX triplet: A5, 4E and D1. RGB value is (165,78,209). Sum of RGB (Red+Green+Blue) = 165+78+209=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #A54ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54ED1 is #5AB12E. Grayscale: #767676. Windows color (decimal): -5943599 or 13717157. OLE color: 13717157.

HSL color Cylindrical-coordinate representation of color #A54ED1: hue angle of 279.85º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A54ED1 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 78 209 -
CMYK 0.21 0.63 0 0.18
HSL 279.85º 0.59% 0.56% -
HSV(B) 279.85º 0.63% 0.82% -
XYZ 29.75 18.05 62.24 -
YUV 118.95 178.82 160.85 -
System Red Green Blue C M Y K H S L
Decimal 165 78 209 0.21 0.63 0 0.18 279.85 0.59 0.56
Hex A5 4E D1 15 3F 0 12 118 3B 38
Octal 245 116 321 25 77 0 22 430 73 70
Binary 10100101 1001110 11010001 10101 111111 0 10010 100011000 111011 111000

Color Harmonies of #A54ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54ED1

Black with #A54ED1

Text Example


Text Example

White with #A54ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54ED1; }

 p { color: rgb(165,78,209); }

 H1.HeaderClassName
 {
   color: #A54ED1;
 }
 .AnyTagClassName
 {
   color: #A54ED1;
 }
</style>

background-color css

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

 a { background-color: rgb(165,78,209); }

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

border-color css

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

 span { border-color: rgb(165,78,209); }

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