Html Css Color HEX #A44EDA Medium Orchid

📋 copy color: '#A44EDA'

red 164 ◦ green 78 ◦ blue 218

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

Shades of Medium Orchid #A44EDA

Tints of Medium Orchid #A44EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 35.65%
G = 16.96%
B = 47.39%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A44EDA (or 0xA44EDA) is known color: Medium Orchid. HEX triplet: A4, 4E and DA. RGB value is (164,78,218). Sum of RGB (Red+Green+Blue) = 164+78+218=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #A44EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44EDA is #5BB125. Grayscale: #777777. Windows color (decimal): -6009126 or 14306980. OLE color: 14306980.

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

Color convert

RGB 164 78 218 -
CMYK 0.25 0.64 0 0.15
HSL 276.86º 0.65% 0.58% -
HSV(B) 276.86º 0.64% 0.85% -
XYZ 30.69 18.4 68.26 -
YUV 119.67 183.49 159.62 -
System Red Green Blue C M Y K H S L
Decimal 164 78 218 0.25 0.64 0 0.15 276.86 0.65 0.58
Hex A4 4E DA 19 40 0 F 115 41 3A
Octal 244 116 332 31 100 0 17 425 101 72
Binary 10100100 1001110 11011010 11001 1000000 0 1111 100010101 1000001 111010

Color Harmonies of #A44EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44EDA

Black with #A44EDA

Text Example


Text Example

White with #A44EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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