Html Css Color HEX #A857F2 Medium Orchid

📋 copy color: '#A857F2'

red 168 ◦ green 87 ◦ blue 242

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

Shades of Medium Orchid #A857F2

Tints of Medium Orchid #A857F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.69%

R = 33.8%
G = 17.51%
B = 48.69%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A857F2 (or 0xA857F2) is known color: Medium Orchid. HEX triplet: A8, 57 and F2. RGB value is (168,87,242). Sum of RGB (Red+Green+Blue) = 168+87+242=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #A857F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A857F2 is #57A80D. Grayscale: #808080. Windows color (decimal): -5744654 or 15882152. OLE color: 15882152.

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

Color convert

RGB 168 87 242 -
CMYK 0.31 0.64 0 0.05
HSL 271.35º 0.86% 0.65% -
HSV(B) 271.35º 0.64% 0.95% -
XYZ 35.58 21.55 86.29 -
YUV 128.89 191.84 155.9 -
System Red Green Blue C M Y K H S L
Decimal 168 87 242 0.31 0.64 0 0.05 271.35 0.86 0.65
Hex A8 57 F2 1F 40 0 5 10F 56 41
Octal 250 127 362 37 100 0 5 417 126 101
Binary 10101000 1010111 11110010 11111 1000000 0 101 100001111 1010110 1000001

Color Harmonies of #A857F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A857F2

Black with #A857F2

Text Example


Text Example

White with #A857F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A857F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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