Html Css Color HEX #A44DEC Medium Orchid

📋 copy color: '#A44DEC'

red 164 ◦ green 77 ◦ blue 236

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

Shades of Medium Orchid #A44DEC

Tints of Medium Orchid #A44DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.14%

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 34.38%
G = 16.14%
B = 49.48%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A44DEC (or 0xA44DEC) is known color: Medium Orchid. HEX triplet: A4, 4D and EC. RGB value is (164,77,236). Sum of RGB (Red+Green+Blue) = 164+77+236=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #A44DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44DEC is #5BB213. Grayscale: #787878. Windows color (decimal): -6009364 or 15486372. OLE color: 15486372.

HSL color Cylindrical-coordinate representation of color #A44DEC: hue angle of 272.83º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A44DEC is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 77 236 -
CMYK 0.31 0.67 0 0.07
HSL 272.83º 0.81% 0.61% -
HSV(B) 272.83º 0.67% 0.93% -
XYZ 33.1 19.26 81.33 -
YUV 121.14 192.82 158.57 -
System Red Green Blue C M Y K H S L
Decimal 164 77 236 0.31 0.67 0 0.07 272.83 0.81 0.61
Hex A4 4D EC 1F 43 0 7 111 51 3D
Octal 244 115 354 37 103 0 7 421 121 75
Binary 10100100 1001101 11101100 11111 1000011 0 111 100010001 1010001 111101

Color Harmonies of #A44DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44DEC

Black with #A44DEC

Text Example


Text Example

White with #A44DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44DEC; }

 p { color: rgb(164,77,236); }

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

background-color css

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

 a { background-color: rgb(164,77,236); }

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

border-color css

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

 span { border-color: rgb(164,77,236); }

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