Html Css Color HEX #A859DD Medium Orchid

📋 copy color: '#A859DD'

red 168 ◦ green 89 ◦ blue 221

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

Shades of Medium Orchid #A859DD

Tints of Medium Orchid #A859DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 35.15%
G = 18.62%
B = 46.23%

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

#A859DD (or 0xA859DD) is known color: Medium Orchid. HEX triplet: A8, 59 and DD. RGB value is (168,89,221). Sum of RGB (Red+Green+Blue) = 168+89+221=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #A859DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859DD is #57A622. Grayscale: #7F7F7F. Windows color (decimal): -5744163 or 14506408. OLE color: 14506408.

HSL color Cylindrical-coordinate representation of color #A859DD: hue angle of 275.91º degrees, saturation: 0.66, 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 #A859DD is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 89 221 -
CMYK 0.24 0.60 0 0.13
HSL 275.91º 0.66% 0.61% -
HSV(B) 275.91º 0.6% 0.87% -
XYZ 32.77 20.69 70.67 -
YUV 127.67 180.67 156.77 -
System Red Green Blue C M Y K H S L
Decimal 168 89 221 0.24 0.60 0 0.13 275.91 0.66 0.61
Hex A8 59 DD 18 3C 0 D 114 42 3D
Octal 250 131 335 30 74 0 15 424 102 75
Binary 10101000 1011001 11011101 11000 111100 0 1101 100010100 1000010 111101

Color Harmonies of #A859DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A859DD

Black with #A859DD

Text Example


Text Example

White with #A859DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A859DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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