Html Css Color HEX #A856DC Medium Orchid

📋 copy color: '#A856DC'

red 168 ◦ green 86 ◦ blue 220

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

Shades of Medium Orchid #A856DC

Tints of Medium Orchid #A856DC

RGB

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

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

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

R = 35.44%
G = 18.14%
B = 46.41%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A856DC (or 0xA856DC) is known color: Medium Orchid. HEX triplet: A8, 56 and DC. RGB value is (168,86,220). Sum of RGB (Red+Green+Blue) = 168+86+220=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #A856DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856DC is #57A923. Grayscale: #7D7D7D. Windows color (decimal): -5744932 or 14440104. OLE color: 14440104.

HSL color Cylindrical-coordinate representation of color #A856DC: hue angle of 276.72º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A856DC is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 86 220 -
CMYK 0.24 0.61 0 0.14
HSL 276.72º 0.66% 0.6% -
HSV(B) 276.72º 0.61% 0.86% -
XYZ 32.39 20.15 69.89 -
YUV 125.79 181.17 158.1 -
System Red Green Blue C M Y K H S L
Decimal 168 86 220 0.24 0.61 0 0.14 276.72 0.66 0.6
Hex A8 56 DC 18 3D 0 E 115 42 3C
Octal 250 126 334 30 75 0 16 425 102 74
Binary 10101000 1010110 11011100 11000 111101 0 1110 100010101 1000010 111100

Color Harmonies of #A856DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856DC

Black with #A856DC

Text Example


Text Example

White with #A856DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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