Html Css Color HEX #A44EDF Medium Orchid

📋 copy color: '#A44EDF'

red 164 ◦ green 78 ◦ blue 223

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

Shades of Medium Orchid #A44EDF

Tints of Medium Orchid #A44EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 35.27%
G = 16.77%
B = 47.96%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A44EDF (or 0xA44EDF) is known color: Medium Orchid. HEX triplet: A4, 4E and DF. RGB value is (164,78,223). Sum of RGB (Red+Green+Blue) = 164+78+223=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #A44EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44EDF is #5BB120. Grayscale: #777777. Windows color (decimal): -6009121 or 14634660. OLE color: 14634660.

HSL color Cylindrical-coordinate representation of color #A44EDF: hue angle of 275.59º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A44EDF is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 78 223 -
CMYK 0.26 0.65 0 0.13
HSL 275.59º 0.69% 0.59% -
HSV(B) 275.59º 0.65% 0.87% -
XYZ 31.35 18.67 71.76 -
YUV 120.24 185.99 159.21 -
System Red Green Blue C M Y K H S L
Decimal 164 78 223 0.26 0.65 0 0.13 275.59 0.69 0.59
Hex A4 4E DF 1A 41 0 D 114 45 3B
Octal 244 116 337 32 101 0 15 424 105 73
Binary 10100100 1001110 11011111 11010 1000001 0 1101 100010100 1000101 111011

Color Harmonies of #A44EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44EDF

Black with #A44EDF

Text Example


Text Example

White with #A44EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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