Html Css Color HEX #A44ED9 Medium Orchid

📋 copy color: '#A44ED9'

red 164 ◦ green 78 ◦ blue 217

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

Shades of Medium Orchid #A44ED9

Tints of Medium Orchid #A44ED9

RGB

 RED value IS 164 (64.45% from 255) = 35.73%

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

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

R = 35.73%
G = 16.99%
B = 47.28%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A44ED9 (or 0xA44ED9) is known color: Medium Orchid. HEX triplet: A4, 4E and D9. RGB value is (164,78,217). Sum of RGB (Red+Green+Blue) = 164+78+217=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 78 (30.86% from 255 or 16.99% 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 #A44ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44ED9 is #5BB126. Grayscale: #777777. Windows color (decimal): -6009127 or 14241444. OLE color: 14241444.

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

Color convert

RGB 164 78 217 -
CMYK 0.24 0.64 0 0.15
HSL 277.12º 0.65% 0.58% -
HSV(B) 277.12º 0.64% 0.85% -
XYZ 30.56 18.35 67.58 -
YUV 119.56 182.99 159.7 -
System Red Green Blue C M Y K H S L
Decimal 164 78 217 0.24 0.64 0 0.15 277.12 0.65 0.58
Hex A4 4E D9 18 40 0 F 115 41 3A
Octal 244 116 331 30 100 0 17 425 101 72
Binary 10100100 1001110 11011001 11000 1000000 0 1111 100010101 1000001 111010

Color Harmonies of #A44ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44ED9

Black with #A44ED9

Text Example


Text Example

White with #A44ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44ED9; }

 p { color: rgb(164,78,217); }

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

background-color css

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

 a { background-color: rgb(164,78,217); }

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

border-color css

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

 span { border-color: rgb(164,78,217); }

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