Html Css Color HEX #A54DD1 Medium Orchid

📋 copy color: '#A54DD1'

red 165 ◦ green 77 ◦ blue 209

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

Shades of Medium Orchid #A54DD1

Tints of Medium Orchid #A54DD1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.07%

 BLUE value IS 209 (82.03% from 255) = 46.34%

R = 36.59%
G = 17.07%
B = 46.34%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A54DD1 (or 0xA54DD1) is known color: Medium Orchid. HEX triplet: A5, 4D and D1. RGB value is (165,77,209). Sum of RGB (Red+Green+Blue) = 165+77+209=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #A54DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DD1 is #5AB22E. Grayscale: #757575. Windows color (decimal): -5943855 or 13716901. OLE color: 13716901.

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

Color convert

RGB 165 77 209 -
CMYK 0.21 0.63 0 0.18
HSL 280º 0.59% 0.56% -
HSV(B) 280º 0.63% 0.82% -
XYZ 29.68 17.91 62.21 -
YUV 118.36 179.15 161.27 -
System Red Green Blue C M Y K H S L
Decimal 165 77 209 0.21 0.63 0 0.18 280 0.59 0.56
Hex A5 4D D1 15 3F 0 12 118 3B 38
Octal 245 115 321 25 77 0 22 430 73 70
Binary 10100101 1001101 11010001 10101 111111 0 10010 100011000 111011 111000

Color Harmonies of #A54DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54DD1

Black with #A54DD1

Text Example


Text Example

White with #A54DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54DD1; }

 p { color: rgb(165,77,209); }

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

background-color css

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

 a { background-color: rgb(165,77,209); }

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

border-color css

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

 span { border-color: rgb(165,77,209); }

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