Html Css Color HEX #A34EDC Medium Orchid

📋 copy color: '#A34EDC'

red 163 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #A34EDC

Tints of Medium Orchid #A34EDC

RGB

 RED value IS 163 (64.06% from 255) = 35.36%

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

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

R = 35.36%
G = 16.92%
B = 47.72%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A34EDC (or 0xA34EDC) is known color: Medium Orchid. HEX triplet: A3, 4E and DC. RGB value is (163,78,220). Sum of RGB (Red+Green+Blue) = 163+78+220=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #A34EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34EDC is #5CB123. Grayscale: #777777. Windows color (decimal): -6074660 or 14438051. OLE color: 14438051.

HSL color Cylindrical-coordinate representation of color #A34EDC: hue angle of 275.92º 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 #A34EDC is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 78 220 -
CMYK 0.26 0.65 0 0.14
HSL 275.92º 0.67% 0.58% -
HSV(B) 275.92º 0.65% 0.86% -
XYZ 30.75 18.4 69.64 -
YUV 119.6 184.66 158.95 -
System Red Green Blue C M Y K H S L
Decimal 163 78 220 0.26 0.65 0 0.14 275.92 0.67 0.58
Hex A3 4E DC 1A 41 0 E 114 43 3A
Octal 243 116 334 32 101 0 16 424 103 72
Binary 10100011 1001110 11011100 11010 1000001 0 1110 100010100 1000011 111010

Color Harmonies of #A34EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34EDC

Black with #A34EDC

Text Example


Text Example

White with #A34EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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