Html Css Color HEX #A856EB Medium Orchid

📋 copy color: '#A856EB'

red 168 ◦ green 86 ◦ blue 235

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

Shades of Medium Orchid #A856EB

Tints of Medium Orchid #A856EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.06%

R = 34.36%
G = 17.59%
B = 48.06%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A856EB (or 0xA856EB) is known color: Medium Orchid. HEX triplet: A8, 56 and EB. RGB value is (168,86,235). Sum of RGB (Red+Green+Blue) = 168+86+235=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #A856EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856EB is #57A914. Grayscale: #7E7E7E. Windows color (decimal): -5744917 or 15423144. OLE color: 15423144.

HSL color Cylindrical-coordinate representation of color #A856EB: hue angle of 273.02º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A856EB is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 86 235 -
CMYK 0.29 0.63 0 0.08
HSL 273.02º 0.79% 0.63% -
HSV(B) 273.02º 0.63% 0.92% -
XYZ 34.47 20.98 80.83 -
YUV 127.5 188.67 156.88 -
System Red Green Blue C M Y K H S L
Decimal 168 86 235 0.29 0.63 0 0.08 273.02 0.79 0.63
Hex A8 56 EB 1D 3F 0 8 111 4F 3F
Octal 250 126 353 35 77 0 10 421 117 77
Binary 10101000 1010110 11101011 11101 111111 0 1000 100010001 1001111 111111

Color Harmonies of #A856EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856EB

Black with #A856EB

Text Example


Text Example

White with #A856EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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