Html Css Color HEX #A44EE4 Medium Orchid

📋 copy color: '#A44EE4'

red 164 ◦ green 78 ◦ blue 228

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

Shades of Medium Orchid #A44EE4

Tints of Medium Orchid #A44EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.51%

R = 34.89%
G = 16.6%
B = 48.51%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A44EE4 (or 0xA44EE4) is known color: Medium Orchid. HEX triplet: A4, 4E and E4. RGB value is (164,78,228). Sum of RGB (Red+Green+Blue) = 164+78+228=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #A44EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44EE4 is #5BB11B. Grayscale: #787878. Windows color (decimal): -6009116 or 14962340. OLE color: 14962340.

HSL color Cylindrical-coordinate representation of color #A44EE4: hue angle of 274.4º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A44EE4 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 78 228 -
CMYK 0.28 0.66 0 0.11
HSL 274.4º 0.74% 0.6% -
HSV(B) 274.4º 0.66% 0.89% -
XYZ 32.04 18.94 75.37 -
YUV 120.81 188.49 158.8 -
System Red Green Blue C M Y K H S L
Decimal 164 78 228 0.28 0.66 0 0.11 274.4 0.74 0.6
Hex A4 4E E4 1C 42 0 B 112 4A 3C
Octal 244 116 344 34 102 0 13 422 112 74
Binary 10100100 1001110 11100100 11100 1000010 0 1011 100010010 1001010 111100

Color Harmonies of #A44EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44EE4

Black with #A44EE4

Text Example


Text Example

White with #A44EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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