Html Css Color HEX #A54EDD Medium Orchid

📋 copy color: '#A54EDD'

red 165 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #A54EDD

Tints of Medium Orchid #A54EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 35.56%
G = 16.81%
B = 47.63%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A54EDD (or 0xA54EDD) is known color: Medium Orchid. HEX triplet: A5, 4E and DD. RGB value is (165,78,221). Sum of RGB (Red+Green+Blue) = 165+78+221=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #A54EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54EDD is #5AB122. Grayscale: #777777. Windows color (decimal): -5943587 or 14503589. OLE color: 14503589.

HSL color Cylindrical-coordinate representation of color #A54EDD: hue angle of 276.5º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A54EDD is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 78 221 -
CMYK 0.25 0.65 0 0.13
HSL 276.5º 0.68% 0.59% -
HSV(B) 276.5º 0.65% 0.87% -
XYZ 31.29 18.67 70.36 -
YUV 120.32 184.82 159.87 -
System Red Green Blue C M Y K H S L
Decimal 165 78 221 0.25 0.65 0 0.13 276.5 0.68 0.59
Hex A5 4E DD 19 41 0 D 115 44 3B
Octal 245 116 335 31 101 0 15 425 104 73
Binary 10100101 1001110 11011101 11001 1000001 0 1101 100010101 1000100 111011

Color Harmonies of #A54EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54EDD

Black with #A54EDD

Text Example


Text Example

White with #A54EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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