Html Css Color HEX #A856E9 Medium Orchid

📋 copy color: '#A856E9'

red 168 ◦ green 86 ◦ blue 233

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

Shades of Medium Orchid #A856E9

Tints of Medium Orchid #A856E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.84%

R = 34.5%
G = 17.66%
B = 47.84%

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

#A856E9 (or 0xA856E9) is known color: Medium Orchid. HEX triplet: A8, 56 and E9. RGB value is (168,86,233). Sum of RGB (Red+Green+Blue) = 168+86+233=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #A856E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856E9 is #57A916. Grayscale: #7E7E7E. Windows color (decimal): -5744919 or 15292072. OLE color: 15292072.

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

Color convert

RGB 168 86 233 -
CMYK 0.28 0.63 0 0.09
HSL 273.47º 0.77% 0.63% -
HSV(B) 273.47º 0.63% 0.91% -
XYZ 34.18 20.86 79.32 -
YUV 127.28 187.67 157.05 -
System Red Green Blue C M Y K H S L
Decimal 168 86 233 0.28 0.63 0 0.09 273.47 0.77 0.63
Hex A8 56 E9 1C 3F 0 9 111 4D 3F
Octal 250 126 351 34 77 0 11 421 115 77
Binary 10101000 1010110 11101001 11100 111111 0 1001 100010001 1001101 111111

Color Harmonies of #A856E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856E9

Black with #A856E9

Text Example


Text Example

White with #A856E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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