Html Css Color HEX #A859CF Medium Orchid

📋 copy color: '#A859CF'

red 168 ◦ green 89 ◦ blue 207

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

Shades of Medium Orchid #A859CF

Tints of Medium Orchid #A859CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 36.21%
G = 19.18%
B = 44.61%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A859CF (or 0xA859CF) is known color: Medium Orchid. HEX triplet: A8, 59 and CF. RGB value is (168,89,207). Sum of RGB (Red+Green+Blue) = 168+89+207=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #A859CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859CF is #57A630. Grayscale: #7D7D7D. Windows color (decimal): -5744177 or 13588904. OLE color: 13588904.

HSL color Cylindrical-coordinate representation of color #A859CF: hue angle of 280.17º degrees, saturation: 0.55, 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 #A859CF is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 89 207 -
CMYK 0.19 0.57 0 0.19
HSL 280.17º 0.55% 0.58% -
HSV(B) 280.17º 0.57% 0.81% -
XYZ 30.98 19.97 61.25 -
YUV 126.07 173.67 157.91 -
System Red Green Blue C M Y K H S L
Decimal 168 89 207 0.19 0.57 0 0.19 280.17 0.55 0.58
Hex A8 59 CF 13 39 0 13 118 37 3A
Octal 250 131 317 23 71 0 23 430 67 72
Binary 10101000 1011001 11001111 10011 111001 0 10011 100011000 110111 111010

Color Harmonies of #A859CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A859CF

Black with #A859CF

Text Example


Text Example

White with #A859CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A859CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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