Html Css Color HEX #A859CE Medium Orchid

📋 copy color: '#A859CE'

red 168 ◦ green 89 ◦ blue 206

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

Shades of Medium Orchid #A859CE

Tints of Medium Orchid #A859CE

RGB

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

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

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

R = 36.29%
G = 19.22%
B = 44.49%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A859CE (or 0xA859CE) is known color: Medium Orchid. HEX triplet: A8, 59 and CE. RGB value is (168,89,206). Sum of RGB (Red+Green+Blue) = 168+89+206=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #A859CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859CE is #57A631. Grayscale: #7D7D7D. Windows color (decimal): -5744178 or 13523368. OLE color: 13523368.

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

Color convert

RGB 168 89 206 -
CMYK 0.18 0.57 0 0.19
HSL 280.51º 0.54% 0.58% -
HSV(B) 280.51º 0.57% 0.81% -
XYZ 30.86 19.93 60.61 -
YUV 125.96 173.17 157.99 -
System Red Green Blue C M Y K H S L
Decimal 168 89 206 0.18 0.57 0 0.19 280.51 0.54 0.58
Hex A8 59 CE 12 39 0 13 119 36 3A
Octal 250 131 316 22 71 0 23 431 66 72
Binary 10101000 1011001 11001110 10010 111001 0 10011 100011001 110110 111010

Color Harmonies of #A859CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A859CE

Black with #A859CE

Text Example


Text Example

White with #A859CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A859CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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