Html Css Color HEX #A856D8 Medium Orchid

📋 copy color: '#A856D8'

red 168 ◦ green 86 ◦ blue 216

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

Shades of Medium Orchid #A856D8

Tints of Medium Orchid #A856D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.96%

R = 35.74%
G = 18.3%
B = 45.96%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A856D8 (or 0xA856D8) is known color: Medium Orchid. HEX triplet: A8, 56 and D8. RGB value is (168,86,216). Sum of RGB (Red+Green+Blue) = 168+86+216=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #A856D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856D8 is #57A927. Grayscale: #7C7C7C. Windows color (decimal): -5744936 or 14177960. OLE color: 14177960.

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

Color convert

RGB 168 86 216 -
CMYK 0.22 0.60 0 0.15
HSL 277.85º 0.63% 0.59% -
HSV(B) 277.85º 0.6% 0.85% -
XYZ 31.87 19.94 67.13 -
YUV 125.34 179.17 158.43 -
System Red Green Blue C M Y K H S L
Decimal 168 86 216 0.22 0.60 0 0.15 277.85 0.63 0.59
Hex A8 56 D8 16 3C 0 F 116 3E 3B
Octal 250 126 330 26 74 0 17 426 76 73
Binary 10101000 1010110 11011000 10110 111100 0 1111 100010110 111110 111011

Color Harmonies of #A856D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856D8

Black with #A856D8

Text Example


Text Example

White with #A856D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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