Html Css Color HEX #A856EC Medium Orchid

📋 copy color: '#A856EC'

red 168 ◦ green 86 ◦ blue 236

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

Shades of Medium Orchid #A856EC

Tints of Medium Orchid #A856EC

RGB

 RED value IS 168 (66.02% from 255) = 34.29%

 GREEN value IS 86 (33.98% from 255) = 17.55%

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

R = 34.29%
G = 17.55%
B = 48.16%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A856EC (or 0xA856EC) is known color: Medium Orchid. HEX triplet: A8, 56 and EC. RGB value is (168,86,236). Sum of RGB (Red+Green+Blue) = 168+86+236=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #A856EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856EC is #57A913. Grayscale: #7F7F7F. Windows color (decimal): -5744916 or 15488680. OLE color: 15488680.

HSL color Cylindrical-coordinate representation of color #A856EC: hue angle of 272.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A856EC is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 86 236 -
CMYK 0.29 0.64 0 0.07
HSL 272.8º 0.8% 0.63% -
HSV(B) 272.8º 0.64% 0.93% -
XYZ 34.62 21.04 81.59 -
YUV 127.62 189.17 156.8 -
System Red Green Blue C M Y K H S L
Decimal 168 86 236 0.29 0.64 0 0.07 272.8 0.8 0.63
Hex A8 56 EC 1D 40 0 7 111 50 3F
Octal 250 126 354 35 100 0 7 421 120 77
Binary 10101000 1010110 11101100 11101 1000000 0 111 100010001 1010000 111111

Color Harmonies of #A856EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856EC

Black with #A856EC

Text Example


Text Example

White with #A856EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856EC; }

 p { color: rgb(168,86,236); }

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

background-color css

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

 a { background-color: rgb(168,86,236); }

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

border-color css

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

 span { border-color: rgb(168,86,236); }

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