Html Css Color HEX #A54EDC Medium Orchid

📋 copy color: '#A54EDC'

red 165 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #A54EDC

Tints of Medium Orchid #A54EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 35.64%
G = 16.85%
B = 47.52%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A54EDC (or 0xA54EDC) is known color: Medium Orchid. HEX triplet: A5, 4E and DC. RGB value is (165,78,220). Sum of RGB (Red+Green+Blue) = 165+78+220=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #A54EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54EDC is #5AB123. Grayscale: #777777. Windows color (decimal): -5943588 or 14438053. OLE color: 14438053.

HSL color Cylindrical-coordinate representation of color #A54EDC: hue angle of 276.76º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A54EDC is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 78 220 -
CMYK 0.25 0.65 0 0.14
HSL 276.76º 0.67% 0.58% -
HSV(B) 276.76º 0.65% 0.86% -
XYZ 31.16 18.62 69.66 -
YUV 120.2 184.32 159.95 -
System Red Green Blue C M Y K H S L
Decimal 165 78 220 0.25 0.65 0 0.14 276.76 0.67 0.58
Hex A5 4E DC 19 41 0 E 115 43 3A
Octal 245 116 334 31 101 0 16 425 103 72
Binary 10100101 1001110 11011100 11001 1000001 0 1110 100010101 1000011 111010

Color Harmonies of #A54EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54EDC

Black with #A54EDC

Text Example


Text Example

White with #A54EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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