Html Css Color HEX #A54ED0 Medium Orchid

📋 copy color: '#A54ED0'

red 165 ◦ green 78 ◦ blue 208

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

Shades of Medium Orchid #A54ED0

Tints of Medium Orchid #A54ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.12%

R = 36.59%
G = 17.29%
B = 46.12%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A54ED0 (or 0xA54ED0) is known color: Medium Orchid. HEX triplet: A5, 4E and D0. RGB value is (165,78,208). Sum of RGB (Red+Green+Blue) = 165+78+208=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 208 - color contains mainly: blue. Hex color #A54ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54ED0 is #5AB12F. Grayscale: #767676. Windows color (decimal): -5943600 or 13651621. OLE color: 13651621.

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

Color convert

RGB 165 78 208 -
CMYK 0.21 0.62 0 0.18
HSL 280.15º 0.58% 0.56% -
HSV(B) 280.15º 0.63% 0.82% -
XYZ 29.63 18 61.59 -
YUV 118.83 178.32 160.93 -
System Red Green Blue C M Y K H S L
Decimal 165 78 208 0.21 0.62 0 0.18 280.15 0.58 0.56
Hex A5 4E D0 15 3E 0 12 118 3A 38
Octal 245 116 320 25 76 0 22 430 72 70
Binary 10100101 1001110 11010000 10101 111110 0 10010 100011000 111010 111000

Color Harmonies of #A54ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54ED0

Black with #A54ED0

Text Example


Text Example

White with #A54ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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