Html Css Color HEX #A857EB Medium Orchid

📋 copy color: '#A857EB'

red 168 ◦ green 87 ◦ blue 235

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

Shades of Medium Orchid #A857EB

Tints of Medium Orchid #A857EB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.76%

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

R = 34.29%
G = 17.76%
B = 47.96%

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

#A857EB (or 0xA857EB) is known color: Medium Orchid. HEX triplet: A8, 57 and EB. RGB value is (168,87,235). Sum of RGB (Red+Green+Blue) = 168+87+235=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #A857EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A857EB is #57A814. Grayscale: #7F7F7F. Windows color (decimal): -5744661 or 15423400. OLE color: 15423400.

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

Color convert

RGB 168 87 235 -
CMYK 0.29 0.63 0 0.08
HSL 272.84º 0.79% 0.63% -
HSV(B) 272.84º 0.63% 0.92% -
XYZ 34.55 21.14 80.86 -
YUV 128.09 188.34 156.47 -
System Red Green Blue C M Y K H S L
Decimal 168 87 235 0.29 0.63 0 0.08 272.84 0.79 0.63
Hex A8 57 EB 1D 3F 0 8 111 4F 3F
Octal 250 127 353 35 77 0 10 421 117 77
Binary 10101000 1010111 11101011 11101 111111 0 1000 100010001 1001111 111111

Color Harmonies of #A857EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A857EB

Black with #A857EB

Text Example


Text Example

White with #A857EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A857EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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