Html Css Color HEX #A857EA Medium Orchid

📋 copy color: '#A857EA'

red 168 ◦ green 87 ◦ blue 234

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

Shades of Medium Orchid #A857EA

Tints of Medium Orchid #A857EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 34.36%
G = 17.79%
B = 47.85%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A857EA (or 0xA857EA) is known color: Medium Orchid. HEX triplet: A8, 57 and EA. RGB value is (168,87,234). Sum of RGB (Red+Green+Blue) = 168+87+234=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #A857EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A857EA is #57A815. Grayscale: #7F7F7F. Windows color (decimal): -5744662 or 15357864. OLE color: 15357864.

HSL color Cylindrical-coordinate representation of color #A857EA: hue angle of 273.06º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A857EA is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 87 234 -
CMYK 0.28 0.63 0 0.08
HSL 273.06º 0.78% 0.63% -
HSV(B) 273.06º 0.63% 0.92% -
XYZ 34.41 21.08 80.1 -
YUV 127.98 187.84 156.55 -
System Red Green Blue C M Y K H S L
Decimal 168 87 234 0.28 0.63 0 0.08 273.06 0.78 0.63
Hex A8 57 EA 1C 3F 0 8 111 4E 3F
Octal 250 127 352 34 77 0 10 421 116 77
Binary 10101000 1010111 11101010 11100 111111 0 1000 100010001 1001110 111111

Color Harmonies of #A857EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A857EA

Black with #A857EA

Text Example


Text Example

White with #A857EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A857EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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