Html Css Color HEX #A859D1 Medium Orchid

📋 copy color: '#A859D1'

red 168 ◦ green 89 ◦ blue 209

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

Shades of Medium Orchid #A859D1

Tints of Medium Orchid #A859D1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.1%

 BLUE value IS 209 (82.03% from 255) = 44.85%

R = 36.05%
G = 19.1%
B = 44.85%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A859D1 (or 0xA859D1) is known color: Medium Orchid. HEX triplet: A8, 59 and D1. RGB value is (168,89,209). Sum of RGB (Red+Green+Blue) = 168+89+209=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #A859D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859D1 is #57A62E. Grayscale: #7D7D7D. Windows color (decimal): -5744175 or 13719976. OLE color: 13719976.

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

Color convert

RGB 168 89 209 -
CMYK 0.20 0.57 0 0.18
HSL 279.5º 0.57% 0.58% -
HSV(B) 279.5º 0.57% 0.82% -
XYZ 31.23 20.07 62.55 -
YUV 126.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 168 89 209 0.20 0.57 0 0.18 279.5 0.57 0.58
Hex A8 59 D1 14 39 0 12 118 39 3A
Octal 250 131 321 24 71 0 22 430 71 72
Binary 10101000 1011001 11010001 10100 111001 0 10010 100011000 111001 111010

Color Harmonies of #A859D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A859D1

Black with #A859D1

Text Example


Text Example

White with #A859D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A859D1; }

 p { color: rgb(168,89,209); }

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

background-color css

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

 a { background-color: rgb(168,89,209); }

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

border-color css

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

 span { border-color: rgb(168,89,209); }

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