Html Css Color HEX #A44ED6 Medium Orchid

📋 copy color: '#A44ED6'

red 164 ◦ green 78 ◦ blue 214

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

Shades of Medium Orchid #A44ED6

Tints of Medium Orchid #A44ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.93%

R = 35.96%
G = 17.11%
B = 46.93%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A44ED6 (or 0xA44ED6) is known color: Medium Orchid. HEX triplet: A4, 4E and D6. RGB value is (164,78,214). Sum of RGB (Red+Green+Blue) = 164+78+214=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #A44ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44ED6 is #5BB129. Grayscale: #767676. Windows color (decimal): -6009130 or 14044836. OLE color: 14044836.

HSL color Cylindrical-coordinate representation of color #A44ED6: hue angle of 277.94º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A44ED6 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 78 214 -
CMYK 0.23 0.64 0 0.16
HSL 277.94º 0.62% 0.57% -
HSV(B) 277.94º 0.64% 0.84% -
XYZ 30.17 18.2 65.54 -
YUV 119.22 181.49 159.94 -
System Red Green Blue C M Y K H S L
Decimal 164 78 214 0.23 0.64 0 0.16 277.94 0.62 0.57
Hex A4 4E D6 17 40 0 10 116 3E 39
Octal 244 116 326 27 100 0 20 426 76 71
Binary 10100100 1001110 11010110 10111 1000000 0 10000 100010110 111110 111001

Color Harmonies of #A44ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44ED6

Black with #A44ED6

Text Example


Text Example

White with #A44ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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