Html Css Color HEX #A54EE1 Medium Orchid

📋 copy color: '#A54EE1'

red 165 ◦ green 78 ◦ blue 225

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

Shades of Medium Orchid #A54EE1

Tints of Medium Orchid #A54EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.08%

R = 35.26%
G = 16.67%
B = 48.08%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A54EE1 (or 0xA54EE1) is known color: Medium Orchid. HEX triplet: A5, 4E and E1. RGB value is (165,78,225). Sum of RGB (Red+Green+Blue) = 165+78+225=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #A54EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54EE1 is #5AB11E. Grayscale: #787878. Windows color (decimal): -5943583 or 14765733. OLE color: 14765733.

HSL color Cylindrical-coordinate representation of color #A54EE1: hue angle of 275.51º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A54EE1 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 78 225 -
CMYK 0.27 0.65 0 0.12
HSL 275.51º 0.71% 0.59% -
HSV(B) 275.51º 0.65% 0.88% -
XYZ 31.83 18.88 73.2 -
YUV 120.77 186.82 159.55 -
System Red Green Blue C M Y K H S L
Decimal 165 78 225 0.27 0.65 0 0.12 275.51 0.71 0.59
Hex A5 4E E1 1B 41 0 C 114 47 3B
Octal 245 116 341 33 101 0 14 424 107 73
Binary 10100101 1001110 11100001 11011 1000001 0 1100 100010100 1000111 111011

Color Harmonies of #A54EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54EE1

Black with #A54EE1

Text Example


Text Example

White with #A54EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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