Html Css Color HEX #A856D6 Medium Orchid

📋 copy color: '#A856D6'

red 168 ◦ green 86 ◦ blue 214

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

Shades of Medium Orchid #A856D6

Tints of Medium Orchid #A856D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.73%

R = 35.9%
G = 18.38%
B = 45.73%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A856D6 (or 0xA856D6) is known color: Medium Orchid. HEX triplet: A8, 56 and D6. RGB value is (168,86,214). Sum of RGB (Red+Green+Blue) = 168+86+214=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #A856D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856D6 is #57A929. Grayscale: #7C7C7C. Windows color (decimal): -5744938 or 14046888. OLE color: 14046888.

HSL color Cylindrical-coordinate representation of color #A856D6: hue angle of 278.44º degrees, saturation: 0.61, 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 #A856D6 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 86 214 -
CMYK 0.21 0.60 0 0.16
HSL 278.44º 0.61% 0.59% -
HSV(B) 278.44º 0.6% 0.84% -
XYZ 31.61 19.84 65.78 -
YUV 125.11 178.17 158.59 -
System Red Green Blue C M Y K H S L
Decimal 168 86 214 0.21 0.60 0 0.16 278.44 0.61 0.59
Hex A8 56 D6 15 3C 0 10 116 3D 3B
Octal 250 126 326 25 74 0 20 426 75 73
Binary 10101000 1010110 11010110 10101 111100 0 10000 100010110 111101 111011

Color Harmonies of #A856D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856D6

Black with #A856D6

Text Example


Text Example

White with #A856D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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