Html Css Color HEX #A857EF Medium Orchid

📋 copy color: '#A857EF'

red 168 ◦ green 87 ◦ blue 239

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

Shades of Medium Orchid #A857EF

Tints of Medium Orchid #A857EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.38%

R = 34.01%
G = 17.61%
B = 48.38%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A857EF (or 0xA857EF) is known color: Medium Orchid. HEX triplet: A8, 57 and EF. RGB value is (168,87,239). Sum of RGB (Red+Green+Blue) = 168+87+239=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #A857EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A857EF is #57A810. Grayscale: #808080. Windows color (decimal): -5744657 or 15685544. OLE color: 15685544.

HSL color Cylindrical-coordinate representation of color #A857EF: hue angle of 271.97º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A857EF is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 87 239 -
CMYK 0.30 0.64 0 0.06
HSL 271.97º 0.83% 0.64% -
HSV(B) 271.97º 0.64% 0.94% -
XYZ 35.14 21.37 83.93 -
YUV 128.55 190.34 156.14 -
System Red Green Blue C M Y K H S L
Decimal 168 87 239 0.30 0.64 0 0.06 271.97 0.83 0.64
Hex A8 57 EF 1E 40 0 6 110 53 40
Octal 250 127 357 36 100 0 6 420 123 100
Binary 10101000 1010111 11101111 11110 1000000 0 110 100010000 1010011 1000000

Color Harmonies of #A857EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A857EF

Black with #A857EF

Text Example


Text Example

White with #A857EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A857EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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