Html Css Color HEX #A857D0 Medium Orchid

📋 copy color: '#A857D0'

red 168 ◦ green 87 ◦ blue 208

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

Shades of Medium Orchid #A857D0

Tints of Medium Orchid #A857D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.92%

R = 36.29%
G = 18.79%
B = 44.92%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A857D0 (or 0xA857D0) is known color: Medium Orchid. HEX triplet: A8, 57 and D0. RGB value is (168,87,208). Sum of RGB (Red+Green+Blue) = 168+87+208=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #A857D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857D0 is #57A82F. Grayscale: #7C7C7C. Windows color (decimal): -5744688 or 13653928. OLE color: 13653928.

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

Color convert

RGB 168 87 208 -
CMYK 0.19 0.58 0 0.18
HSL 280.17º 0.56% 0.58% -
HSV(B) 280.17º 0.58% 0.82% -
XYZ 30.94 19.7 61.85 -
YUV 125.01 174.84 158.66 -
System Red Green Blue C M Y K H S L
Decimal 168 87 208 0.19 0.58 0 0.18 280.17 0.56 0.58
Hex A8 57 D0 13 3A 0 12 118 38 3A
Octal 250 127 320 23 72 0 22 430 70 72
Binary 10101000 1010111 11010000 10011 111010 0 10010 100011000 111000 111010

Color Harmonies of #A857D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A857D0

Black with #A857D0

Text Example


Text Example

White with #A857D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A857D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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