Html Css Color HEX #A34ED6 Medium Orchid

📋 copy color: '#A34ED6'

red 163 ◦ green 78 ◦ blue 214

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

Shades of Medium Orchid #A34ED6

Tints of Medium Orchid #A34ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.03%

R = 35.82%
G = 17.14%
B = 47.03%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A34ED6 (or 0xA34ED6) is known color: Medium Orchid. HEX triplet: A3, 4E and D6. RGB value is (163,78,214). Sum of RGB (Red+Green+Blue) = 163+78+214=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #A34ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34ED6 is #5CB129. Grayscale: #767676. Windows color (decimal): -6074666 or 14044835. OLE color: 14044835.

HSL color Cylindrical-coordinate representation of color #A34ED6: hue angle of 277.5º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A34ED6 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 78 214 -
CMYK 0.24 0.64 0 0.16
HSL 277.5º 0.62% 0.57% -
HSV(B) 277.5º 0.64% 0.84% -
XYZ 29.97 18.09 65.53 -
YUV 118.92 181.66 159.44 -
System Red Green Blue C M Y K H S L
Decimal 163 78 214 0.24 0.64 0 0.16 277.5 0.62 0.57
Hex A3 4E D6 18 40 0 10 116 3E 39
Octal 243 116 326 30 100 0 20 426 76 71
Binary 10100011 1001110 11010110 11000 1000000 0 10000 100010110 111110 111001

Color Harmonies of #A34ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34ED6

Black with #A34ED6

Text Example


Text Example

White with #A34ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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