Html Css Color HEX #A64EDC Medium Orchid

📋 copy color: '#A64EDC'

red 166 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #A64EDC

Tints of Medium Orchid #A64EDC

RGB

 RED value IS 166 (65.23% from 255) = 35.78%

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

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 35.78%
G = 16.81%
B = 47.41%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A64EDC (or 0xA64EDC) is known color: Medium Orchid. HEX triplet: A6, 4E and DC. RGB value is (166,78,220). Sum of RGB (Red+Green+Blue) = 166+78+220=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #A64EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64EDC is #59B123. Grayscale: #787878. Windows color (decimal): -5878052 or 14438054. OLE color: 14438054.

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

Color convert

RGB 166 78 220 -
CMYK 0.25 0.65 0 0.14
HSL 277.18º 0.67% 0.58% -
HSV(B) 277.18º 0.65% 0.86% -
XYZ 31.37 18.72 69.67 -
YUV 120.5 184.15 160.45 -
System Red Green Blue C M Y K H S L
Decimal 166 78 220 0.25 0.65 0 0.14 277.18 0.67 0.58
Hex A6 4E DC 19 41 0 E 115 43 3A
Octal 246 116 334 31 101 0 16 425 103 72
Binary 10100110 1001110 11011100 11001 1000001 0 1110 100010101 1000011 111010

Color Harmonies of #A64EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64EDC

Black with #A64EDC

Text Example


Text Example

White with #A64EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64EDC; }

 p { color: rgb(166,78,220); }

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

background-color css

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

 a { background-color: rgb(166,78,220); }

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

border-color css

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

 span { border-color: rgb(166,78,220); }

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