Html Css Color HEX #A756DC Medium Orchid

📋 copy color: '#A756DC'

red 167 ◦ green 86 ◦ blue 220

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

Shades of Medium Orchid #A756DC

Tints of Medium Orchid #A756DC

RGB

 RED value IS 167 (65.63% from 255) = 35.31%

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 35.31%
G = 18.18%
B = 46.51%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A756DC (or 0xA756DC) is known color: Medium Orchid. HEX triplet: A7, 56 and DC. RGB value is (167,86,220). Sum of RGB (Red+Green+Blue) = 167+86+220=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #A756DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A756DC is #58A923. Grayscale: #7D7D7D. Windows color (decimal): -5810468 or 14440103. OLE color: 14440103.

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

Color convert

RGB 167 86 220 -
CMYK 0.24 0.61 0 0.14
HSL 276.27º 0.66% 0.6% -
HSV(B) 276.27º 0.61% 0.86% -
XYZ 32.18 20.04 69.88 -
YUV 125.5 181.34 157.6 -
System Red Green Blue C M Y K H S L
Decimal 167 86 220 0.24 0.61 0 0.14 276.27 0.66 0.6
Hex A7 56 DC 18 3D 0 E 114 42 3C
Octal 247 126 334 30 75 0 16 424 102 74
Binary 10100111 1010110 11011100 11000 111101 0 1110 100010100 1000010 111100

Color Harmonies of #A756DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A756DC

Black with #A756DC

Text Example


Text Example

White with #A756DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A756DC; }

 p { color: rgb(167,86,220); }

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

background-color css

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

 a { background-color: rgb(167,86,220); }

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

border-color css

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

 span { border-color: rgb(167,86,220); }

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