Html Css Color HEX #A856DB Medium Orchid

📋 copy color: '#A856DB'

red 168 ◦ green 86 ◦ blue 219

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

Shades of Medium Orchid #A856DB

Tints of Medium Orchid #A856DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 35.52%
G = 18.18%
B = 46.3%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A856DB (or 0xA856DB) is known color: Medium Orchid. HEX triplet: A8, 56 and DB. RGB value is (168,86,219). Sum of RGB (Red+Green+Blue) = 168+86+219=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #A856DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856DB is #57A924. Grayscale: #7D7D7D. Windows color (decimal): -5744933 or 14374568. OLE color: 14374568.

HSL color Cylindrical-coordinate representation of color #A856DB: hue angle of 276.99º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A856DB is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 86 219 -
CMYK 0.23 0.61 0 0.14
HSL 276.99º 0.65% 0.6% -
HSV(B) 276.99º 0.61% 0.86% -
XYZ 32.26 20.09 69.2 -
YUV 125.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 168 86 219 0.23 0.61 0 0.14 276.99 0.65 0.6
Hex A8 56 DB 17 3D 0 E 115 41 3C
Octal 250 126 333 27 75 0 16 425 101 74
Binary 10101000 1010110 11011011 10111 111101 0 1110 100010101 1000001 111100

Color Harmonies of #A856DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856DB

Black with #A856DB

Text Example


Text Example

White with #A856DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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