Html Css Color HEX #A54DDA Medium Orchid

📋 copy color: '#A54DDA'

red 165 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #A54DDA

Tints of Medium Orchid #A54DDA

RGB

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

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

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

R = 35.87%
G = 16.74%
B = 47.39%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A54DDA (or 0xA54DDA) is known color: Medium Orchid. HEX triplet: A5, 4D and DA. RGB value is (165,77,218). Sum of RGB (Red+Green+Blue) = 165+77+218=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #A54DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DDA is #5AB225. Grayscale: #767676. Windows color (decimal): -5943846 or 14306725. OLE color: 14306725.

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

Color convert

RGB 165 77 218 -
CMYK 0.24 0.65 0 0.15
HSL 277.45º 0.66% 0.58% -
HSV(B) 277.45º 0.65% 0.85% -
XYZ 30.83 18.37 68.25 -
YUV 119.39 183.65 160.54 -
System Red Green Blue C M Y K H S L
Decimal 165 77 218 0.24 0.65 0 0.15 277.45 0.66 0.58
Hex A5 4D DA 18 41 0 F 115 42 3A
Octal 245 115 332 30 101 0 17 425 102 72
Binary 10100101 1001101 11011010 11000 1000001 0 1111 100010101 1000010 111010

Color Harmonies of #A54DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54DDA

Black with #A54DDA

Text Example


Text Example

White with #A54DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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