Html Css Color HEX #A857CE Medium Orchid

📋 copy color: '#A857CE'

red 168 ◦ green 87 ◦ blue 206

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

Shades of Medium Orchid #A857CE

Tints of Medium Orchid #A857CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 36.44%
G = 18.87%
B = 44.69%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A857CE (or 0xA857CE) is known color: Medium Orchid. HEX triplet: A8, 57 and CE. RGB value is (168,87,206). Sum of RGB (Red+Green+Blue) = 168+87+206=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #A857CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857CE is #57A831. Grayscale: #7C7C7C. Windows color (decimal): -5744690 or 13522856. OLE color: 13522856.

HSL color Cylindrical-coordinate representation of color #A857CE: hue angle of 280.84º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A857CE is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 87 206 -
CMYK 0.18 0.58 0 0.19
HSL 280.84º 0.55% 0.57% -
HSV(B) 280.84º 0.58% 0.81% -
XYZ 30.7 19.6 60.56 -
YUV 124.79 173.84 158.82 -
System Red Green Blue C M Y K H S L
Decimal 168 87 206 0.18 0.58 0 0.19 280.84 0.55 0.57
Hex A8 57 CE 12 3A 0 13 119 37 39
Octal 250 127 316 22 72 0 23 431 67 71
Binary 10101000 1010111 11001110 10010 111010 0 10011 100011001 110111 111001

Color Harmonies of #A857CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A857CE

Black with #A857CE

Text Example


Text Example

White with #A857CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A857CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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