Html Css Color HEX #A856D1 Medium Orchid

📋 copy color: '#A856D1'

red 168 ◦ green 86 ◦ blue 209

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

Shades of Medium Orchid #A856D1

Tints of Medium Orchid #A856D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.14%

R = 36.29%
G = 18.57%
B = 45.14%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A856D1 (or 0xA856D1) is known color: Medium Orchid. HEX triplet: A8, 56 and D1. RGB value is (168,86,209). Sum of RGB (Red+Green+Blue) = 168+86+209=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #A856D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856D1 is #57A92E. Grayscale: #7C7C7C. Windows color (decimal): -5744943 or 13719208. OLE color: 13719208.

HSL color Cylindrical-coordinate representation of color #A856D1: hue angle of 280º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A856D1 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 86 209 -
CMYK 0.20 0.59 0 0.18
HSL 280º 0.57% 0.58% -
HSV(B) 280º 0.59% 0.82% -
XYZ 30.98 19.58 62.47 -
YUV 124.54 175.67 159 -
System Red Green Blue C M Y K H S L
Decimal 168 86 209 0.20 0.59 0 0.18 280 0.57 0.58
Hex A8 56 D1 14 3B 0 12 118 39 3A
Octal 250 126 321 24 73 0 22 430 71 72
Binary 10101000 1010110 11010001 10100 111011 0 10010 100011000 111001 111010

Color Harmonies of #A856D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856D1

Black with #A856D1

Text Example


Text Example

White with #A856D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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