Html Css Color HEX #A44EDC Medium Orchid

📋 copy color: '#A44EDC'

red 164 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #A44EDC

Tints of Medium Orchid #A44EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 35.5%
G = 16.88%
B = 47.62%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A44EDC (or 0xA44EDC) is known color: Medium Orchid. HEX triplet: A4, 4E and DC. RGB value is (164,78,220). Sum of RGB (Red+Green+Blue) = 164+78+220=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #A44EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44EDC is #5BB123. Grayscale: #777777. Windows color (decimal): -6009124 or 14438052. OLE color: 14438052.

HSL color Cylindrical-coordinate representation of color #A44EDC: hue angle of 276.34º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A44EDC is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 78 220 -
CMYK 0.25 0.65 0 0.14
HSL 276.34º 0.67% 0.58% -
HSV(B) 276.34º 0.65% 0.86% -
XYZ 30.95 18.51 69.65 -
YUV 119.9 184.49 159.45 -
System Red Green Blue C M Y K H S L
Decimal 164 78 220 0.25 0.65 0 0.14 276.34 0.67 0.58
Hex A4 4E DC 19 41 0 E 114 43 3A
Octal 244 116 334 31 101 0 16 424 103 72
Binary 10100100 1001110 11011100 11001 1000001 0 1110 100010100 1000011 111010

Color Harmonies of #A44EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44EDC

Black with #A44EDC

Text Example


Text Example

White with #A44EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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