Html Css Color HEX #A856D7 Medium Orchid

📋 copy color: '#A856D7'

red 168 ◦ green 86 ◦ blue 215

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

Shades of Medium Orchid #A856D7

Tints of Medium Orchid #A856D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.84%

R = 35.82%
G = 18.34%
B = 45.84%

CMYK

 C value IS 0.22

 M value IS 0.6

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A856D7 (or 0xA856D7) is known color: Medium Orchid. HEX triplet: A8, 56 and D7. RGB value is (168,86,215). Sum of RGB (Red+Green+Blue) = 168+86+215=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #A856D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856D7 is #57A928. Grayscale: #7C7C7C. Windows color (decimal): -5744937 or 14112424. OLE color: 14112424.

HSL color Cylindrical-coordinate representation of color #A856D7: hue angle of 278.14º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A856D7 is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 86 215 -
CMYK 0.22 0.6 0 0.16
HSL 278.14º 0.62% 0.59% -
HSV(B) 278.14º 0.6% 0.84% -
XYZ 31.74 19.89 66.46 -
YUV 125.22 178.67 158.51 -
System Red Green Blue C M Y K H S L
Decimal 168 86 215 0.22 0.6 0 0.16 278.14 0.62 0.59
Hex A8 56 D7 16 3C 0 10 116 3E 3B
Octal 250 126 327 26 74 0 20 426 76 73
Binary 10101000 1010110 11010111 10110 111100 0 10000 100010110 111110 111011

Color Harmonies of #A856D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856D7

Black with #A856D7

Text Example


Text Example

White with #A856D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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