Html Css Color HEX #A44DF1 Medium Orchid

📋 copy color: '#A44DF1'

red 164 ◦ green 77 ◦ blue 241

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

Shades of Medium Orchid #A44DF1

Tints of Medium Orchid #A44DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50%

R = 34.02%
G = 15.98%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A44DF1 (or 0xA44DF1) is known color: Medium Orchid. HEX triplet: A4, 4D and F1. RGB value is (164,77,241). Sum of RGB (Red+Green+Blue) = 164+77+241=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #A44DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44DF1 is #5BB20E. Grayscale: #797979. Windows color (decimal): -6009359 or 15814052. OLE color: 15814052.

HSL color Cylindrical-coordinate representation of color #A44DF1: hue angle of 271.83º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A44DF1 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 77 241 -
CMYK 0.32 0.68 0 0.05
HSL 271.83º 0.85% 0.62% -
HSV(B) 271.83º 0.68% 0.95% -
XYZ 33.84 19.55 85.21 -
YUV 121.71 195.32 158.16 -
System Red Green Blue C M Y K H S L
Decimal 164 77 241 0.32 0.68 0 0.05 271.83 0.85 0.62
Hex A4 4D F1 20 44 0 5 110 55 3E
Octal 244 115 361 40 104 0 5 420 125 76
Binary 10100100 1001101 11110001 100000 1000100 0 101 100010000 1010101 111110

Color Harmonies of #A44DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44DF1

Black with #A44DF1

Text Example


Text Example

White with #A44DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44DF1; }

 p { color: rgb(164,77,241); }

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

background-color css

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

 a { background-color: rgb(164,77,241); }

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

border-color css

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

 span { border-color: rgb(164,77,241); }

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