Html Css Color HEX #A857DC Medium Orchid

📋 copy color: '#A857DC'

red 168 ◦ green 87 ◦ blue 220

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

Shades of Medium Orchid #A857DC

Tints of Medium Orchid #A857DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 35.37%
G = 18.32%
B = 46.32%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A857DC (or 0xA857DC) is known color: Medium Orchid. HEX triplet: A8, 57 and DC. RGB value is (168,87,220). Sum of RGB (Red+Green+Blue) = 168+87+220=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #A857DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857DC is #57A823. Grayscale: #7D7D7D. Windows color (decimal): -5744676 or 14440360. OLE color: 14440360.

HSL color Cylindrical-coordinate representation of color #A857DC: hue angle of 276.54º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A857DC is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 87 220 -
CMYK 0.24 0.60 0 0.14
HSL 276.54º 0.66% 0.6% -
HSV(B) 276.54º 0.6% 0.86% -
XYZ 32.47 20.31 69.92 -
YUV 126.38 180.84 157.69 -
System Red Green Blue C M Y K H S L
Decimal 168 87 220 0.24 0.60 0 0.14 276.54 0.66 0.6
Hex A8 57 DC 18 3C 0 E 115 42 3C
Octal 250 127 334 30 74 0 16 425 102 74
Binary 10101000 1010111 11011100 11000 111100 0 1110 100010101 1000010 111100

Color Harmonies of #A857DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A857DC

Black with #A857DC

Text Example


Text Example

White with #A857DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A857DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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