Html Css Color HEX #A857E7 Medium Orchid

📋 copy color: '#A857E7'

red 168 ◦ green 87 ◦ blue 231

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

Shades of Medium Orchid #A857E7

Tints of Medium Orchid #A857E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.53%

R = 34.57%
G = 17.9%
B = 47.53%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A857E7 (or 0xA857E7) is known color: Medium Orchid. HEX triplet: A8, 57 and E7. RGB value is (168,87,231). Sum of RGB (Red+Green+Blue) = 168+87+231=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #A857E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A857E7 is #57A818. Grayscale: #7F7F7F. Windows color (decimal): -5744665 or 15161256. OLE color: 15161256.

HSL color Cylindrical-coordinate representation of color #A857E7: hue angle of 273.75º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A857E7 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 87 231 -
CMYK 0.27 0.62 0 0.09
HSL 273.75º 0.75% 0.62% -
HSV(B) 273.75º 0.62% 0.91% -
XYZ 33.98 20.91 77.85 -
YUV 127.64 186.34 156.79 -
System Red Green Blue C M Y K H S L
Decimal 168 87 231 0.27 0.62 0 0.09 273.75 0.75 0.62
Hex A8 57 E7 1B 3E 0 9 112 4B 3E
Octal 250 127 347 33 76 0 11 422 113 76
Binary 10101000 1010111 11100111 11011 111110 0 1001 100010010 1001011 111110

Color Harmonies of #A857E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A857E7

Black with #A857E7

Text Example


Text Example

White with #A857E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A857E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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