Html Css Color HEX #A856D0 Medium Orchid

📋 copy color: '#A856D0'

red 168 ◦ green 86 ◦ blue 208

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

Shades of Medium Orchid #A856D0

Tints of Medium Orchid #A856D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.02%

R = 36.36%
G = 18.61%
B = 45.02%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A856D0 (or 0xA856D0) is known color: Medium Orchid. HEX triplet: A8, 56 and D0. RGB value is (168,86,208). Sum of RGB (Red+Green+Blue) = 168+86+208=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #A856D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856D0 is #57A92F. Grayscale: #7C7C7C. Windows color (decimal): -5744944 or 13653672. OLE color: 13653672.

HSL color Cylindrical-coordinate representation of color #A856D0: hue angle of 280.33º degrees, saturation: 0.56, 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 #A856D0 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 86 208 -
CMYK 0.19 0.59 0 0.18
HSL 280.33º 0.56% 0.58% -
HSV(B) 280.33º 0.59% 0.82% -
XYZ 30.86 19.53 61.82 -
YUV 124.43 175.17 159.08 -
System Red Green Blue C M Y K H S L
Decimal 168 86 208 0.19 0.59 0 0.18 280.33 0.56 0.58
Hex A8 56 D0 13 3B 0 12 118 38 3A
Octal 250 126 320 23 73 0 22 430 70 72
Binary 10101000 1010110 11010000 10011 111011 0 10010 100011000 111000 111010

Color Harmonies of #A856D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856D0

Black with #A856D0

Text Example


Text Example

White with #A856D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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