Html Css Color HEX #A856E8 Medium Orchid

📋 copy color: '#A856E8'

red 168 ◦ green 86 ◦ blue 232

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

Shades of Medium Orchid #A856E8

Tints of Medium Orchid #A856E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.74%

R = 34.57%
G = 17.7%
B = 47.74%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A856E8 (or 0xA856E8) is known color: Medium Orchid. HEX triplet: A8, 56 and E8. RGB value is (168,86,232). Sum of RGB (Red+Green+Blue) = 168+86+232=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #A856E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856E8 is #57A917. Grayscale: #7E7E7E. Windows color (decimal): -5744920 or 15226536. OLE color: 15226536.

HSL color Cylindrical-coordinate representation of color #A856E8: hue angle of 273.7º degrees, saturation: 0.76, 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 #A856E8 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 86 232 -
CMYK 0.28 0.63 0 0.09
HSL 273.7º 0.76% 0.62% -
HSV(B) 273.7º 0.63% 0.91% -
XYZ 34.04 20.81 78.57 -
YUV 127.16 187.17 157.13 -
System Red Green Blue C M Y K H S L
Decimal 168 86 232 0.28 0.63 0 0.09 273.7 0.76 0.62
Hex A8 56 E8 1C 3F 0 9 112 4C 3E
Octal 250 126 350 34 77 0 11 422 114 76
Binary 10101000 1010110 11101000 11100 111111 0 1001 100010010 1001100 111110

Color Harmonies of #A856E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856E8

Black with #A856E8

Text Example


Text Example

White with #A856E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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