Html Css Color HEX #A859DE Medium Orchid

📋 copy color: '#A859DE'

red 168 ◦ green 89 ◦ blue 222

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

Shades of Medium Orchid #A859DE

Tints of Medium Orchid #A859DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.35%

R = 35.07%
G = 18.58%
B = 46.35%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A859DE (or 0xA859DE) is known color: Medium Orchid. HEX triplet: A8, 59 and DE. RGB value is (168,89,222). Sum of RGB (Red+Green+Blue) = 168+89+222=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #A859DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859DE is #57A621. Grayscale: #7F7F7F. Windows color (decimal): -5744162 or 14571944. OLE color: 14571944.

HSL color Cylindrical-coordinate representation of color #A859DE: hue angle of 275.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A859DE is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 89 222 -
CMYK 0.24 0.60 0 0.13
HSL 275.64º 0.67% 0.61% -
HSV(B) 275.64º 0.6% 0.87% -
XYZ 32.91 20.74 71.38 -
YUV 127.78 181.17 156.69 -
System Red Green Blue C M Y K H S L
Decimal 168 89 222 0.24 0.60 0 0.13 275.64 0.67 0.61
Hex A8 59 DE 18 3C 0 D 114 43 3D
Octal 250 131 336 30 74 0 15 424 103 75
Binary 10101000 1011001 11011110 11000 111100 0 1101 100010100 1000011 111101

Color Harmonies of #A859DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A859DE

Black with #A859DE

Text Example


Text Example

White with #A859DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A859DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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