Html Css Color HEX #A54DD9 Medium Orchid

📋 copy color: '#A54DD9'

red 165 ◦ green 77 ◦ blue 217

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

Shades of Medium Orchid #A54DD9

Tints of Medium Orchid #A54DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.28%

R = 35.95%
G = 16.78%
B = 47.28%

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

#A54DD9 (or 0xA54DD9) is known color: Medium Orchid. HEX triplet: A5, 4D and D9. RGB value is (165,77,217). Sum of RGB (Red+Green+Blue) = 165+77+217=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #A54DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DD9 is #5AB226. Grayscale: #767676. Windows color (decimal): -5943847 or 14241189. OLE color: 14241189.

HSL color Cylindrical-coordinate representation of color #A54DD9: hue angle of 277.71º degrees, saturation: 0.65, 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 #A54DD9 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 77 217 -
CMYK 0.24 0.65 0 0.15
HSL 277.71º 0.65% 0.58% -
HSV(B) 277.71º 0.65% 0.85% -
XYZ 30.7 18.32 67.56 -
YUV 119.27 183.15 160.62 -
System Red Green Blue C M Y K H S L
Decimal 165 77 217 0.24 0.65 0 0.15 277.71 0.65 0.58
Hex A5 4D D9 18 41 0 F 116 41 3A
Octal 245 115 331 30 101 0 17 426 101 72
Binary 10100101 1001101 11011001 11000 1000001 0 1111 100010110 1000001 111010

Color Harmonies of #A54DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54DD9

Black with #A54DD9

Text Example


Text Example

White with #A54DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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