Html Css Color HEX #A856DD Medium Orchid

📋 copy color: '#A856DD'

red 168 ◦ green 86 ◦ blue 221

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

Shades of Medium Orchid #A856DD

Tints of Medium Orchid #A856DD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.11%

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

R = 35.37%
G = 18.11%
B = 46.53%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A856DD (or 0xA856DD) is known color: Medium Orchid. HEX triplet: A8, 56 and DD. RGB value is (168,86,221). Sum of RGB (Red+Green+Blue) = 168+86+221=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #A856DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856DD is #57A922. Grayscale: #7D7D7D. Windows color (decimal): -5744931 or 14505640. OLE color: 14505640.

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

Color convert

RGB 168 86 221 -
CMYK 0.24 0.61 0 0.13
HSL 276.44º 0.67% 0.6% -
HSV(B) 276.44º 0.61% 0.87% -
XYZ 32.53 20.2 70.59 -
YUV 125.91 181.67 158.02 -
System Red Green Blue C M Y K H S L
Decimal 168 86 221 0.24 0.61 0 0.13 276.44 0.67 0.6
Hex A8 56 DD 18 3D 0 D 114 43 3C
Octal 250 126 335 30 75 0 15 424 103 74
Binary 10101000 1010110 11011101 11000 111101 0 1101 100010100 1000011 111100

Color Harmonies of #A856DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856DD

Black with #A856DD

Text Example


Text Example

White with #A856DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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