Html Css Color HEX #A54EDA Medium Orchid

📋 copy color: '#A54EDA'

red 165 ◦ green 78 ◦ blue 218

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

Shades of Medium Orchid #A54EDA

Tints of Medium Orchid #A54EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 35.79%
G = 16.92%
B = 47.29%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A54EDA (or 0xA54EDA) is known color: Medium Orchid. HEX triplet: A5, 4E and DA. RGB value is (165,78,218). Sum of RGB (Red+Green+Blue) = 165+78+218=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #A54EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54EDA is #5AB125. Grayscale: #777777. Windows color (decimal): -5943590 or 14306981. OLE color: 14306981.

HSL color Cylindrical-coordinate representation of color #A54EDA: hue angle of 277.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A54EDA is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 78 218 -
CMYK 0.24 0.64 0 0.15
HSL 277.29º 0.65% 0.58% -
HSV(B) 277.29º 0.64% 0.85% -
XYZ 30.9 18.51 68.27 -
YUV 119.97 183.32 160.12 -
System Red Green Blue C M Y K H S L
Decimal 165 78 218 0.24 0.64 0 0.15 277.29 0.65 0.58
Hex A5 4E DA 18 40 0 F 115 41 3A
Octal 245 116 332 30 100 0 17 425 101 72
Binary 10100101 1001110 11011010 11000 1000000 0 1111 100010101 1000001 111010

Color Harmonies of #A54EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54EDA

Black with #A54EDA

Text Example


Text Example

White with #A54EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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