Html Css Color HEX #A856E7 Medium Orchid

📋 copy color: '#A856E7'

red 168 ◦ green 86 ◦ blue 231

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

Shades of Medium Orchid #A856E7

Tints of Medium Orchid #A856E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.63%

R = 34.64%
G = 17.73%
B = 47.63%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A856E7 (or 0xA856E7) is known color: Medium Orchid. HEX triplet: A8, 56 and E7. RGB value is (168,86,231). Sum of RGB (Red+Green+Blue) = 168+86+231=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #A856E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856E7 is #57A918. Grayscale: #7E7E7E. Windows color (decimal): -5744921 or 15161000. OLE color: 15161000.

HSL color Cylindrical-coordinate representation of color #A856E7: hue angle of 273.93º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A856E7 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 86 231 -
CMYK 0.27 0.63 0 0.09
HSL 273.93º 0.75% 0.62% -
HSV(B) 273.93º 0.63% 0.91% -
XYZ 33.9 20.75 77.82 -
YUV 127.05 186.67 157.21 -
System Red Green Blue C M Y K H S L
Decimal 168 86 231 0.27 0.63 0 0.09 273.93 0.75 0.62
Hex A8 56 E7 1B 3F 0 9 112 4B 3E
Octal 250 126 347 33 77 0 11 422 113 76
Binary 10101000 1010110 11100111 11011 111111 0 1001 100010010 1001011 111110

Color Harmonies of #A856E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856E7

Black with #A856E7

Text Example


Text Example

White with #A856E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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