Html Css Color HEX #A44DF0 Medium Orchid

📋 copy color: '#A44DF0'

red 164 ◦ green 77 ◦ blue 240

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

Shades of Medium Orchid #A44DF0

Tints of Medium Orchid #A44DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.9%

R = 34.1%
G = 16.01%
B = 49.9%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A44DF0 (or 0xA44DF0) is known color: Medium Orchid. HEX triplet: A4, 4D and F0. RGB value is (164,77,240). Sum of RGB (Red+Green+Blue) = 164+77+240=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #A44DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44DF0 is #5BB20F. Grayscale: #797979. Windows color (decimal): -6009360 or 15748516. OLE color: 15748516.

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

Color convert

RGB 164 77 240 -
CMYK 0.32 0.68 0 0.06
HSL 272.02º 0.84% 0.62% -
HSV(B) 272.02º 0.68% 0.94% -
XYZ 33.69 19.49 84.42 -
YUV 121.6 194.82 158.25 -
System Red Green Blue C M Y K H S L
Decimal 164 77 240 0.32 0.68 0 0.06 272.02 0.84 0.62
Hex A4 4D F0 20 44 0 6 110 54 3E
Octal 244 115 360 40 104 0 6 420 124 76
Binary 10100100 1001101 11110000 100000 1000100 0 110 100010000 1010100 111110

Color Harmonies of #A44DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44DF0

Black with #A44DF0

Text Example


Text Example

White with #A44DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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