Html Css Color HEX #A857F1 Medium Orchid

📋 copy color: '#A857F1'

red 168 ◦ green 87 ◦ blue 241

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

Shades of Medium Orchid #A857F1

Tints of Medium Orchid #A857F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.59%

R = 33.87%
G = 17.54%
B = 48.59%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A857F1 (or 0xA857F1) is known color: Medium Orchid. HEX triplet: A8, 57 and F1. RGB value is (168,87,241). Sum of RGB (Red+Green+Blue) = 168+87+241=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #A857F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A857F1 is #57A80E. Grayscale: #808080. Windows color (decimal): -5744655 or 15816616. OLE color: 15816616.

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

Color convert

RGB 168 87 241 -
CMYK 0.30 0.64 0 0.05
HSL 271.56º 0.85% 0.64% -
HSV(B) 271.56º 0.64% 0.95% -
XYZ 35.43 21.49 85.5 -
YUV 128.78 191.34 155.98 -
System Red Green Blue C M Y K H S L
Decimal 168 87 241 0.30 0.64 0 0.05 271.56 0.85 0.64
Hex A8 57 F1 1E 40 0 5 110 55 40
Octal 250 127 361 36 100 0 5 420 125 100
Binary 10101000 1010111 11110001 11110 1000000 0 101 100010000 1010101 1000000

Color Harmonies of #A857F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A857F1

Black with #A857F1

Text Example


Text Example

White with #A857F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A857F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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