Html Css Color HEX #A857DE Medium Orchid

📋 copy color: '#A857DE'

red 168 ◦ green 87 ◦ blue 222

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

Shades of Medium Orchid #A857DE

Tints of Medium Orchid #A857DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 35.22%
G = 18.24%
B = 46.54%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A857DE (or 0xA857DE) is known color: Medium Orchid. HEX triplet: A8, 57 and DE. RGB value is (168,87,222). Sum of RGB (Red+Green+Blue) = 168+87+222=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #A857DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857DE is #57A821. Grayscale: #7E7E7E. Windows color (decimal): -5744674 or 14571432. OLE color: 14571432.

HSL color Cylindrical-coordinate representation of color #A857DE: hue angle of 276º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A857DE is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 87 222 -
CMYK 0.24 0.61 0 0.13
HSL 276º 0.67% 0.61% -
HSV(B) 276º 0.61% 0.87% -
XYZ 32.74 20.42 71.32 -
YUV 126.61 181.84 157.52 -
System Red Green Blue C M Y K H S L
Decimal 168 87 222 0.24 0.61 0 0.13 276 0.67 0.61
Hex A8 57 DE 18 3D 0 D 114 43 3D
Octal 250 127 336 30 75 0 15 424 103 75
Binary 10101000 1010111 11011110 11000 111101 0 1101 100010100 1000011 111101

Color Harmonies of #A857DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A857DE

Black with #A857DE

Text Example


Text Example

White with #A857DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A857DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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