Html Css Color HEX #A856EA Medium Orchid

📋 copy color: '#A856EA'

red 168 ◦ green 86 ◦ blue 234

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

Shades of Medium Orchid #A856EA

Tints of Medium Orchid #A856EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 34.43%
G = 17.62%
B = 47.95%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A856EA (or 0xA856EA) is known color: Medium Orchid. HEX triplet: A8, 56 and EA. RGB value is (168,86,234). Sum of RGB (Red+Green+Blue) = 168+86+234=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #A856EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856EA is #57A915. Grayscale: #7E7E7E. Windows color (decimal): -5744918 or 15357608. OLE color: 15357608.

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

Color convert

RGB 168 86 234 -
CMYK 0.28 0.63 0 0.08
HSL 273.24º 0.78% 0.63% -
HSV(B) 273.24º 0.63% 0.92% -
XYZ 34.33 20.92 80.07 -
YUV 127.39 188.17 156.97 -
System Red Green Blue C M Y K H S L
Decimal 168 86 234 0.28 0.63 0 0.08 273.24 0.78 0.63
Hex A8 56 EA 1C 3F 0 8 111 4E 3F
Octal 250 126 352 34 77 0 10 421 116 77
Binary 10101000 1010110 11101010 11100 111111 0 1000 100010001 1001110 111111

Color Harmonies of #A856EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856EA

Black with #A856EA

Text Example


Text Example

White with #A856EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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