Html Css Color HEX #A857EE Medium Orchid

📋 copy color: '#A857EE'

red 168 ◦ green 87 ◦ blue 238

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

Shades of Medium Orchid #A857EE

Tints of Medium Orchid #A857EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 34.08%
G = 17.65%
B = 48.28%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A857EE (or 0xA857EE) is known color: Medium Orchid. HEX triplet: A8, 57 and EE. RGB value is (168,87,238). Sum of RGB (Red+Green+Blue) = 168+87+238=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #A857EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A857EE is #57A811. Grayscale: #7F7F7F. Windows color (decimal): -5744658 or 15620008. OLE color: 15620008.

HSL color Cylindrical-coordinate representation of color #A857EE: hue angle of 272.19º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A857EE is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 87 238 -
CMYK 0.29 0.63 0 0.07
HSL 272.19º 0.82% 0.64% -
HSV(B) 272.19º 0.63% 0.93% -
XYZ 34.99 21.31 83.16 -
YUV 128.43 189.84 156.22 -
System Red Green Blue C M Y K H S L
Decimal 168 87 238 0.29 0.63 0 0.07 272.19 0.82 0.64
Hex A8 57 EE 1D 3F 0 7 110 52 40
Octal 250 127 356 35 77 0 7 420 122 100
Binary 10101000 1010111 11101110 11101 111111 0 111 100010000 1010010 1000000

Color Harmonies of #A857EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A857EE

Black with #A857EE

Text Example


Text Example

White with #A857EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A857EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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