Html Css Color HEX #A856DF Medium Orchid

📋 copy color: '#A856DF'

red 168 ◦ green 86 ◦ blue 223

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

Shades of Medium Orchid #A856DF

Tints of Medium Orchid #A856DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 35.22%
G = 18.03%
B = 46.75%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A856DF (or 0xA856DF) is known color: Medium Orchid. HEX triplet: A8, 56 and DF. RGB value is (168,86,223). Sum of RGB (Red+Green+Blue) = 168+86+223=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #A856DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856DF is #57A920. Grayscale: #7D7D7D. Windows color (decimal): -5744929 or 14636712. OLE color: 14636712.

HSL color Cylindrical-coordinate representation of color #A856DF: hue angle of 275.91º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A856DF is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 86 223 -
CMYK 0.25 0.61 0 0.13
HSL 275.91º 0.68% 0.61% -
HSV(B) 275.91º 0.61% 0.87% -
XYZ 32.8 20.31 72 -
YUV 126.14 182.67 157.86 -
System Red Green Blue C M Y K H S L
Decimal 168 86 223 0.25 0.61 0 0.13 275.91 0.68 0.61
Hex A8 56 DF 19 3D 0 D 114 44 3D
Octal 250 126 337 31 75 0 15 424 104 75
Binary 10101000 1010110 11011111 11001 111101 0 1101 100010100 1000100 111101

Color Harmonies of #A856DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856DF

Black with #A856DF

Text Example


Text Example

White with #A856DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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